Skip to content

Commit 7e4f81e

Browse files
authored
Merge pull request #1506 from netbootxyz/RC
Release 2.0.81
2 parents f852ae9 + ea904c6 commit 7e4f81e

15 files changed

+182
-176
lines changed

.github/workflows/pull-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install ansible==9.0.1 ansible-lint==6.22.1
24+
pip install ansible==10.2.0 ansible-lint==24.7.0
2525
2626
- name: Syntax Check
2727
run: |

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8-
## [2.0.80] - 2024-00-00
8+
## [2.0.81] - 2024-08-10
9+
10+
## Added
11+
12+
- Added ZFSBootMenu
13+
- Added VanillaOS
14+
- Added Super Grub2 Disk for EFI
15+
16+
### Fixed
17+
18+
- Slowness with Ubuntu 24.04 net install getting stuck on Cloud Init
19+
- Removed hard coded console on VyOS to fix on Equinix Metal
20+
21+
## [2.0.80] - 2024-07-17
922

1023
### Added
1124

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
181181
| Ubuntu | https://www.ubuntu.com | Yes | Yes |
182182
| VMware | https://www.vmware.com | User supplied media | No |
183183
| VMware Photon | https://vmware.github.io/photon/ | Yes | No |
184+
| Vanilla OS | https://vanillaos.org | No | Yes |
184185
| Voyager | https://voyagerlive.org | No | Yes |
185186
| VyOS | https://vyos.io | Yes | No |
186187
| Zen Installer | https://sourceforge.net/projects/revenge-installer | Yes | No |
@@ -208,6 +209,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
208209
| Super Grub2 Disk | https://www.supergrubdisk.org | ISO - Memdisk |
209210
| System Rescue | https://system-rescue.org/ | LiveCD |
210211
| Ultimate Boot CD | https://www.ultimatebootcd.com | ISO - Memdisk |
212+
| ZFSBootMenu | https://docs.zfsbootmenu.org/ | Kernel |
211213

212214
### Stargazers over time
213215

0 commit comments

Comments
 (0)