Skip to content

Commit

Permalink
Merge pull request #1266 from netbootxyz/RC
Browse files Browse the repository at this point in the history
Release 2.0.70
  • Loading branch information
antonym committed Jul 3, 2023
2 parents e5f1cd0 + 6c97305 commit 2185cd9
Show file tree
Hide file tree
Showing 20 changed files with 209 additions and 101 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 ansible-lint
pip install ansible==7.6.0 ansible-lint==6.15.0
- name: Syntax Check
run: |
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.70] - 2023-00-00

### Added

- Enabled CERT_CMD in iPXE
- Added Debian 12
- Disable pci scan option when loaded on ARM/EFI as command isn't supported
- Building snp and snponly builds for Equinix Metal

### Changed

- Changed default Equinix Metal builds to use snp to ensure more stable start
- Changed CentOS 9 Stream mirror due to it no longer working with iPXE

## [2.0.69] - 2023-05-07

### Added
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ In addition to being able to host netboot.xyz locally, you can also create your
| Name | URL | Type |
|------------|-------------------------|------|
| 4MLinux | https://4mlinux.com/ | Kernel/Initrd |
| ALT Linux Rescue | https://en.altlinux.org/Rescue | ISO - Memdisk |
| BakAndImgCD | https://bakandimgcd.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 |
| CAINE | https://www.caine-live.net/ | LiveCD |
Expand All @@ -211,7 +209,6 @@ In addition to being able to host netboot.xyz locally, you can also create your
| ShredOS | https://github.com/PartialVolume/shredos.x86_64 | Kernel |
| Super Grub2 Disk | http://www.supergrubdisk.org | ISO - Memdisk |
| System Rescue | https://system-rescue.org/ | LiveCD |
| The Smallest Server Suite | https://thesss.4mlinux.com/ | Kernel/Initrd |
| Ultimate Boot CD | http://www.ultimatebootcd.com | ISO - Memdisk |

### Stargazers over time
Expand Down
Loading

0 comments on commit 2185cd9

Please sign in to comment.