Skip to content

Commit

Permalink
Merge pull request #1389 from netbootxyz/development
Browse files Browse the repository at this point in the history
Release 2.0.76-RC
  • Loading branch information
antonym authored Dec 31, 2023
2 parents aa20c49 + 354c968 commit 611e141
Show file tree
Hide file tree
Showing 22 changed files with 296 additions and 239 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible==7.6.0 ansible-lint==6.15.0
pip install ansible==9.0.1 ansible-lint==6.22.1
- name: Syntax Check
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- name: Build PR release
run: |
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.76] - 2023-12-31

### Added

- Memtest86+ 6.20 for EFI and Legacy x86_64 modes, leaves 5.01 for Legacy purposes
as some issues were noticed loading 6.20 Legacy on KVM where it hangs on
loading but works fine using VMware.
- ARM ISO and USB Images added
- Tunable make_num_jobs for compiling in parallel

## [2.0.75] - 2023-12-03

### Fixed
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Fatdog64 | https://distro.ibiblio.org/fatdog/web/ | No | Yes |
| Fedora | https://fedoraproject.org | Yes | Yes |
| Feren OS | https://ferenos.weebly.com/ | Yes | No |
| Flatcar Container Linux | https://flatcar-linux.org/ | Yes | No |
| Flatcar Container Linux | https://www.flatcar.org | Yes | No |
| FreeBSD | https://freebsd.org | Yes, disk image | No |
| FreeDOS | http://www.freedos.org | ISO - Memdisk| No |
| FreeDOS | https://www.freedos.org | ISO - Memdisk| No |
| Garuda Linux | https://garudalinux.org/ | No | Yes |
| Gentoo | https://gentoo.org | Yes | Yes |
| Harvester | https://harvesterhci.io | Yes | No |
Expand All @@ -155,7 +155,7 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Manjaro | https://manjaro.org | No | Yes |
| Mint | https://linuxmint.com | No | Yes |
| Microsoft Windows | https://www.microsoft.com | User supplied media | No |
| MirOS | https://www.mirbsd.org | Yes | No |
| MirOS | http://www.mirbsd.org | Yes | No |
| Nitrux | https://nxos.org/ | No | Yes |
| NixOS | https://nixos.org | Yes | No |
| OpenBSD | https://openbsd.org | Yes | No |
Expand Down Expand Up @@ -185,30 +185,30 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Voyager | https://voyagerlive.org | No | Yes |
| VyOS | https://vyos.io | Yes | No |
| Zen Installer | https://sourceforge.net/projects/revenge-installer | Yes | No |
| Zorin OS | https://zorinos.com | No | Yes |
| Zorin OS | https://zorin.com | No | Yes |

### Utilities

| Name | URL | Type |
|------------|-------------------------|------|
| 4MLinux | https://4mlinux.com/ | Kernel/Initrd |
| Boot Repair CD | https://sourceforge.net/projects/boot-repair-cd/ | LiveCD |
| Breakin | http://www.advancedclustering.com/products/software/breakin/ | Kernel/Initrd |
| Breakin | https://www.advancedclustering.com/products/software/breakin/ | Kernel/Initrd |
| CAINE | https://www.caine-live.net/ | LiveCD |
| Clonezilla | http://www.clonezilla.org/ | LiveCD |
| DBAN | http://www.dban.org/ | Kernel |
| GParted | http://gparted.org | LiveCD |
| Grml | http://grml.org | LiveCD |
| Kaspersky Rescue Disk | https://support.kaspersky.com/viruses/krd18 | LiveCD |
| Memtest | http://www.memtest.org/ | Kernel |
| Clonezilla | https://www.clonezilla.org/ | LiveCD |
| DBAN | https://www.dban.org/ | Kernel |
| GParted | https://gparted.org | LiveCD |
| Grml | https://grml.org | LiveCD |
| Kaspersky Rescue Disk | https://support.kaspersky.com/krd18 | LiveCD |
| Memtest | https://www.memtest.org/ | Kernel |
| MemTest86 Free | https://www.memtest86.com | USB Img |
| Redo Rescue | http://redorescue.com/ | LiveCD |
| Rescatux | https://www.supergrubdisk.org/rescatux/ | LiveCD |
| Rescuezilla | https://rescuezilla.com/ | LiveCD |
| ShredOS | https://github.com/PartialVolume/shredos.x86_64 | Kernel |
| Super Grub2 Disk | http://www.supergrubdisk.org | ISO - Memdisk |
| Super Grub2 Disk | https://www.supergrubdisk.org | ISO - Memdisk |
| System Rescue | https://system-rescue.org/ | LiveCD |
| Ultimate Boot CD | http://www.ultimatebootcd.com | ISO - Memdisk |
| Ultimate Boot CD | https://www.ultimatebootcd.com | ISO - Memdisk |

### Stargazers over time

Expand Down
Loading

0 comments on commit 611e141

Please sign in to comment.