[PR #764] [MERGED] Release 2.0.26 #1117

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/764
Author: @antonym
Created: 11/18/2020
Status: Merged
Merged: 11/19/2020
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 88cd7dd Update version.txt
  • 10eb634 Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201105-0946-73abf7d5
  • 2b2ac27 Version bump for netbootxyz/asset-mirror:hirens new tag v1.0.1-0570770e
  • dbfc60f Version bump for netbootxyz/debian-squash:clonezilla-testing new tag 2.7.0-10-f0e77646
  • 5ee302c Adds a hook for putting local-vars.ipxe on tftp
  • 8f668fe Merge pull request #755 from netbootxyz/local_var
  • f139888 Version bump for netbootxyz/debian-squash:clonezilla-stable new tag 2.7.0-10-3f1c0d13
  • 95e323c Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20201102-focal-bd9d9735
  • 1a5e2e6 Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2020.09-0659ccac
  • 11f6cbf Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201111-2016-47417b56

📊 Changes

9 files changed (+49 additions, -75 deletions)

View changed files

📝 Dockerfile-build (+1 -14)
📝 Dockerfile-build.production (+1 -14)
📝 endpoints.yml (+24 -14)
📝 roles/netbootxyz/defaults/main.yml (+9 -9)
📝 roles/netbootxyz/tasks/generate_disks.yml (+1 -0)
📝 roles/netbootxyz/templates/disks/netboot.xyz.j2 (+3 -1)
📝 roles/netbootxyz/templates/menu/live-fedora.ipxe.j2 (+8 -21)
📝 roles/netbootxyz/templates/menu/nixos.ipxe.j2 (+1 -1)
📝 version.txt (+1 -1)

📄 Description

Changelog:

Switches builder to netbootxyz docker image on Github Container Registry
Adds a hook in the bootloader that checks for local-vars.ipxe from a local tftp server, useful for loading up variables before loading the menu. Can be used to ensure github user is set by default for custom menus.
Bugfix on NixOS menu
Simplfied Fedora Live menu
Various version updates


🔄 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/764 **Author:** [@antonym](https://github.com/antonym) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/19/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`88cd7dd`](https://github.com/netbootxyz/netboot.xyz/commit/88cd7dd2e82fa41bae3662d2d4407611acbb8154) Update version.txt - [`10eb634`](https://github.com/netbootxyz/netboot.xyz/commit/10eb63494926fa1b9efafcefc1e2c4da865e20d1) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201105-0946-73abf7d5 - [`2b2ac27`](https://github.com/netbootxyz/netboot.xyz/commit/2b2ac27728d8a33eb2046c91fdddf535ccdf0824) Version bump for netbootxyz/asset-mirror:hirens new tag v1.0.1-0570770e - [`dbfc60f`](https://github.com/netbootxyz/netboot.xyz/commit/dbfc60f136bd8e59865fe0deb2efb69bd101c405) Version bump for netbootxyz/debian-squash:clonezilla-testing new tag 2.7.0-10-f0e77646 - [`5ee302c`](https://github.com/netbootxyz/netboot.xyz/commit/5ee302cd1fd3243fc5bf85c930b6c80a9e201690) Adds a hook for putting local-vars.ipxe on tftp - [`8f668fe`](https://github.com/netbootxyz/netboot.xyz/commit/8f668fec890ff0d40b4bcc85bbd4ac062666d3fe) Merge pull request #755 from netbootxyz/local_var - [`f139888`](https://github.com/netbootxyz/netboot.xyz/commit/f13988841c577ec63cf23765f422916f51d17f84) Version bump for netbootxyz/debian-squash:clonezilla-stable new tag 2.7.0-10-3f1c0d13 - [`95e323c`](https://github.com/netbootxyz/netboot.xyz/commit/95e323cfbe92a9b4cdc254ba8520ba0f2b1a8f5b) Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20201102-focal-bd9d9735 - [`1a5e2e6`](https://github.com/netbootxyz/netboot.xyz/commit/1a5e2e6541958c69b3a3c470b68f1fb699bf6cad) Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2020.09-0659ccac - [`11f6cbf`](https://github.com/netbootxyz/netboot.xyz/commit/11f6cbfa409161e91a24255b3d5e0649c759ecb9) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20201111-2016-47417b56 ### 📊 Changes **9 files changed** (+49 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile-build` (+1 -14) 📝 `Dockerfile-build.production` (+1 -14) 📝 `endpoints.yml` (+24 -14) 📝 `roles/netbootxyz/defaults/main.yml` (+9 -9) 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+1 -0) 📝 `roles/netbootxyz/templates/disks/netboot.xyz.j2` (+3 -1) 📝 `roles/netbootxyz/templates/menu/live-fedora.ipxe.j2` (+8 -21) 📝 `roles/netbootxyz/templates/menu/nixos.ipxe.j2` (+1 -1) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Changelog: Switches builder to netbootxyz docker image on Github Container Registry Adds a hook in the bootloader that checks for local-vars.ipxe from a local tftp server, useful for loading up variables before loading the menu. Can be used to ensure github user is set by default for custom menus. Bugfix on NixOS menu Simplfied Fedora Live menu Various version updates --- <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:25 +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#1117
No description provided.