[PR #1014] [MERGED] Release 2.0.49 #1272

Closed
opened 2026-02-27 14:54:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1014
Author: @antonym
Created: 9/29/2021
Status: Merged
Merged: 9/29/2021
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • c7e320f Update version.txt
  • b032a2f Update CHANGELOG.md
  • 6a767c7 Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20210915-hirsute-18e78f5f
  • a7e7ddc Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20210916-0945-92641c1f
  • 46f0182 Fix k3os bug with wrong arch
  • 7fb6e20 Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2021.09-c061fbdd
  • 522ad88 Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2021.09-d6528b1d
  • 3e8edde Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2021.09-46e5b31a
  • 748ed5c Version bump for netbootxyz/asset-mirror:hrmpf new tag 20210914-8d704b67
  • a4351f8 Version bump for netbootxyz/asset-mirror:hrmpf new tag 20210914-a21873bf

📊 Changes

18 files changed (+361 additions, -102 deletions)

View changed files

📝 CHANGELOG.md (+18 -1)
📝 endpoints.yml (+134 -51)
📝 roles/netbootxyz/defaults/main.yml (+25 -17)
📝 roles/netbootxyz/tasks/generate_menus.yml (+18 -8)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+24 -4)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/k3os.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/live-q4os.ipxe.j2 (+3 -3)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+4 -2)
📝 roles/netbootxyz/templates/menu/shredos.ipxe.j2 (+12 -3)
📝 roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 (+5 -2)
📝 roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (+11 -4)
📝 roles/netbootxyz/templates/menu/utils-pcbios-32.ipxe.j2 (+4 -4)
roles/netbootxyz/templates/menu/utils-pcbios-64.ipxe.j2 (+97 -0)
📝 user_overrides.yml (+1 -1)
📝 version.txt (+1 -1)

📄 Description

No description provided


🔄 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/1014 **Author:** [@antonym](https://github.com/antonym) **Created:** 9/29/2021 **Status:** ✅ Merged **Merged:** 9/29/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`c7e320f`](https://github.com/netbootxyz/netboot.xyz/commit/c7e320fa2aefe935403192254baf7e6fe323ace2) Update version.txt - [`b032a2f`](https://github.com/netbootxyz/netboot.xyz/commit/b032a2f4545da2d19a43ead60ca39db20905d9af) Update CHANGELOG.md - [`6a767c7`](https://github.com/netbootxyz/netboot.xyz/commit/6a767c753b25faee7630e6a76af3e7d9106b7599) Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20210915-hirsute-18e78f5f - [`a7e7ddc`](https://github.com/netbootxyz/netboot.xyz/commit/a7e7ddcd01eb052a57185eb8c7b8df970e353e00) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20210916-0945-92641c1f - [`46f0182`](https://github.com/netbootxyz/netboot.xyz/commit/46f0182de9d091c25ef904585b39ba86721a39c3) Fix k3os bug with wrong arch - [`7fb6e20`](https://github.com/netbootxyz/netboot.xyz/commit/7fb6e20bdd95cb9e27d63d8f5850ba4e3475a367) Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2021.09-c061fbdd - [`522ad88`](https://github.com/netbootxyz/netboot.xyz/commit/522ad88f0ebe956af61e9483e4c3afa5d6460f82) Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2021.09-d6528b1d - [`3e8edde`](https://github.com/netbootxyz/netboot.xyz/commit/3e8edde9820632aa9b79e767a23dd875f00d2da4) Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2021.09-46e5b31a - [`748ed5c`](https://github.com/netbootxyz/netboot.xyz/commit/748ed5c5142a44dae8a2d2f6f1d130306370ce7b) Version bump for netbootxyz/asset-mirror:hrmpf new tag 20210914-8d704b67 - [`a4351f8`](https://github.com/netbootxyz/netboot.xyz/commit/a4351f87e2206adaff3d9ace79a74d22bd336981) Version bump for netbootxyz/asset-mirror:hrmpf new tag 20210914-a21873bf ### 📊 Changes **18 files changed** (+361 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+18 -1) 📝 `endpoints.yml` (+134 -51) 📝 `roles/netbootxyz/defaults/main.yml` (+25 -17) 📝 `roles/netbootxyz/tasks/generate_menus.yml` (+18 -8) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+24 -4) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/k3os.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/linux-i386.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/live-q4os.ipxe.j2` (+3 -3) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+4 -2) 📝 `roles/netbootxyz/templates/menu/shredos.ipxe.j2` (+12 -3) 📝 `roles/netbootxyz/templates/menu/systemrescue.ipxe.j2` (+5 -2) 📝 `roles/netbootxyz/templates/menu/ubuntu.ipxe.j2` (+11 -4) 📝 `roles/netbootxyz/templates/menu/utils-pcbios-32.ipxe.j2` (+4 -4) ➕ `roles/netbootxyz/templates/menu/utils-pcbios-64.ipxe.j2` (+97 -0) 📝 `user_overrides.yml` (+1 -1) 📝 `version.txt` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:54:59 +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#1272
No description provided.