[PR #499] [MERGED] Release 2.0.4 #2463

Closed
opened 2026-03-01 18:40:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/499
Author: @antonym
Created: 1/7/2020
Status: Merged
Merged: 1/7/2020
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 2fee11c Version bump for netbootxyz/asset-mirror:mfsbsd8 new tag 8.4-b6071b6e
  • 3869e79 Version bump for netbootxyz/asset-mirror:mfsbsd9 new tag 9.2-1dfc6379
  • 075cbe4 Version bump for netbootxyz/asset-mirror:mfsbsd10 new tag 10.3-b257c1ce
  • 5ec4aa4 Version bump for netbootxyz/asset-mirror:mfsbsd11 new tag 11.2-aecc58ac
  • da53c06 Version bump for netbootxyz/asset-mirror:mfsbsd12 new tag 12.1-4e5dcbb5
  • c74c21c #479 enabling freebsd and using mirrored assets to boot (#480)
  • 97f536f Exit version properly once chain has completed
  • 5d09e0e Save the ipxe_version compiled version
  • 5bd9965 Flip certain menus off when in EFI mode (#481)
  • 0aee68d Merge pull request #482 from netbootxyz/exit_version

📊 Changes

22 files changed (+456 additions, -105 deletions)

View changed files

📝 README.md (+5 -4)
📝 endpoints.yml (+125 -1)
📝 roles/netbootxyz/defaults/main.yml (+28 -36)
📝 roles/netbootxyz/tasks/generate_menus.yml (+6 -1)
📝 roles/netbootxyz/tasks/main.yml (+1 -1)
📝 roles/netbootxyz/templates/disks/netboot.xyz-gce.j2 (+25 -1)
📝 roles/netbootxyz/templates/disks/netboot.xyz-packet.j2 (+25 -1)
📝 roles/netbootxyz/templates/disks/netboot.xyz.j2 (+24 -0)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+7 -0)
roles/netbootxyz/templates/menu/clonezilla.ipxe.j2 (+45 -0)
roles/netbootxyz/templates/menu/dban.ipxe (+38 -0)
📝 roles/netbootxyz/templates/menu/freebsd.ipxe.j2 (+11 -17)
roles/netbootxyz/templates/menu/live-feren.ipxe.j2 (+36 -0)
📝 roles/netbootxyz/templates/menu/live-q4os.ipxe.j2 (+11 -2)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+1 -0)
roles/netbootxyz/templates/menu/lspci.ipxe.j2 (+35 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/utils-efi.ipxe.j2 (+8 -30)
📝 roles/netbootxyz/templates/menu/utils-pcbios.ipxe.j2 (+19 -6)
📝 roles/netbootxyz/templates/version.ipxe.j2 (+2 -1)

...and 2 more files

📄 Description

Release 2.0.4 Changelog:

Adds PCI Device List
Adds VLAN Tagging Support in Manual Configuration
Adds DBAN
Adds Clonezilla
Adds Breakin
Fixes FreeBSD
Captures upstream iPXE version as ${ipxe_version}
Adds FerenOS
Q4OS 3.10
Fixes Packet and GCE Versioning
Various other bug fixes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/499 **Author:** [@antonym](https://github.com/antonym) **Created:** 1/7/2020 **Status:** ✅ Merged **Merged:** 1/7/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`2fee11c`](https://github.com/netbootxyz/netboot.xyz/commit/2fee11c8874e545b42917442895138c09f66b212) Version bump for netbootxyz/asset-mirror:mfsbsd8 new tag 8.4-b6071b6e - [`3869e79`](https://github.com/netbootxyz/netboot.xyz/commit/3869e7977681f225be3454733e76eda8fd30f7b6) Version bump for netbootxyz/asset-mirror:mfsbsd9 new tag 9.2-1dfc6379 - [`075cbe4`](https://github.com/netbootxyz/netboot.xyz/commit/075cbe459d41030d8dcbe8c9f21e89d9ad713b07) Version bump for netbootxyz/asset-mirror:mfsbsd10 new tag 10.3-b257c1ce - [`5ec4aa4`](https://github.com/netbootxyz/netboot.xyz/commit/5ec4aa483acaa7f482b3c07069839e0ceb928f64) Version bump for netbootxyz/asset-mirror:mfsbsd11 new tag 11.2-aecc58ac - [`da53c06`](https://github.com/netbootxyz/netboot.xyz/commit/da53c06158d15789e5e40b237ae32d3b9e66d257) Version bump for netbootxyz/asset-mirror:mfsbsd12 new tag 12.1-4e5dcbb5 - [`c74c21c`](https://github.com/netbootxyz/netboot.xyz/commit/c74c21c882d9cccfc8413c5e17bdcabe93b8a50a) #479 enabling freebsd and using mirrored assets to boot (#480) - [`97f536f`](https://github.com/netbootxyz/netboot.xyz/commit/97f536f5bdecccae1bf3384057128ee56dc08ccd) Exit version properly once chain has completed - [`5d09e0e`](https://github.com/netbootxyz/netboot.xyz/commit/5d09e0eedec335a47532e183f0c72f88c73e1c97) Save the ipxe_version compiled version - [`5bd9965`](https://github.com/netbootxyz/netboot.xyz/commit/5bd9965a77d4e9cf9cbdce3a2064885522110df0) Flip certain menus off when in EFI mode (#481) - [`0aee68d`](https://github.com/netbootxyz/netboot.xyz/commit/0aee68d6b460fcf0baca3fab0d212fa15ce12694) Merge pull request #482 from netbootxyz/exit_version ### 📊 Changes **22 files changed** (+456 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -4) 📝 `endpoints.yml` (+125 -1) 📝 `roles/netbootxyz/defaults/main.yml` (+28 -36) 📝 `roles/netbootxyz/tasks/generate_menus.yml` (+6 -1) 📝 `roles/netbootxyz/tasks/main.yml` (+1 -1) 📝 `roles/netbootxyz/templates/disks/netboot.xyz-gce.j2` (+25 -1) 📝 `roles/netbootxyz/templates/disks/netboot.xyz-packet.j2` (+25 -1) 📝 `roles/netbootxyz/templates/disks/netboot.xyz.j2` (+24 -0) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+7 -0) ➕ `roles/netbootxyz/templates/menu/clonezilla.ipxe.j2` (+45 -0) ➕ `roles/netbootxyz/templates/menu/dban.ipxe` (+38 -0) 📝 `roles/netbootxyz/templates/menu/freebsd.ipxe.j2` (+11 -17) ➕ `roles/netbootxyz/templates/menu/live-feren.ipxe.j2` (+36 -0) 📝 `roles/netbootxyz/templates/menu/live-q4os.ipxe.j2` (+11 -2) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+1 -0) ➕ `roles/netbootxyz/templates/menu/lspci.ipxe.j2` (+35 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/utils-efi.ipxe.j2` (+8 -30) 📝 `roles/netbootxyz/templates/menu/utils-pcbios.ipxe.j2` (+19 -6) 📝 `roles/netbootxyz/templates/version.ipxe.j2` (+2 -1) _...and 2 more files_ </details> ### 📄 Description Release 2.0.4 Changelog: Adds PCI Device List Adds VLAN Tagging Support in Manual Configuration Adds DBAN Adds Clonezilla Adds Breakin Fixes FreeBSD Captures upstream iPXE version as ${ipxe_version} Adds FerenOS Q4OS 3.10 Fixes Packet and GCE Versioning Various other bug fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#2463
No description provided.