Skip to content

Commit

Permalink
Merge pull request #1506 from netbootxyz/RC
Browse files Browse the repository at this point in the history
Release 2.0.81
  • Loading branch information
antonym authored Aug 10, 2024
2 parents f852ae9 + ea904c6 commit 7e4f81e
Show file tree
Hide file tree
Showing 15 changed files with 182 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible==9.0.1 ansible-lint==6.22.1
pip install ansible==10.2.0 ansible-lint==24.7.0
- name: Syntax Check
run: |
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.80] - 2024-00-00
## [2.0.81] - 2024-08-10

## Added

- Added ZFSBootMenu
- Added VanillaOS
- Added Super Grub2 Disk for EFI

### Fixed

- Slowness with Ubuntu 24.04 net install getting stuck on Cloud Init
- Removed hard coded console on VyOS to fix on Equinix Metal

## [2.0.80] - 2024-07-17

### Added

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Ubuntu | https://www.ubuntu.com | Yes | Yes |
| VMware | https://www.vmware.com | User supplied media | No |
| VMware Photon | https://vmware.github.io/photon/ | Yes | No |
| Vanilla OS | https://vanillaos.org | No | Yes |
| Voyager | https://voyagerlive.org | No | Yes |
| VyOS | https://vyos.io | Yes | No |
| Zen Installer | https://sourceforge.net/projects/revenge-installer | Yes | No |
Expand Down Expand Up @@ -208,6 +209,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Super Grub2 Disk | https://www.supergrubdisk.org | ISO - Memdisk |
| System Rescue | https://system-rescue.org/ | LiveCD |
| Ultimate Boot CD | https://www.ultimatebootcd.com | ISO - Memdisk |
| ZFSBootMenu | https://docs.zfsbootmenu.org/ | Kernel |

### Stargazers over time

Expand Down
Loading

0 comments on commit 7e4f81e

Please sign in to comment.