[PR #936] [MERGED] add the user customizeable custom_menu_include for early changes to ipxe #1219

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/936
Author: @commonism
Created: 7/29/2021
Status: Merged
Merged: 8/7/2021
Merged by: @antonym

Base: developmentHead: custom_ipxe_menu


📝 Commits (5)

  • a4b5248 add the user customizeable custom_menu_include for early changes to ipxe
  • b76660b Updated commit
  • ea5e660 Merge branch 'development' into custom_ipxe_menu
  • fd10e38 Updated commit
  • 74d10ce Updated commit

📊 Changes

4 files changed (+16 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 roles/netbootxyz/defaults/main.yml (+4 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+3 -0)
📝 user_overrides.yml (+7 -0)

📄 Description

I'm looking for an easy way to customize the menu

console --x 1024 --y 768
console --picture http://boot.netboot.xyz/logo.png

I'd prefer something with jinja2 extends/block inheritance, but I do not see how to integrate in the current structure.
On the other hand - the include does the current job.


🔄 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/936 **Author:** [@commonism](https://github.com/commonism) **Created:** 7/29/2021 **Status:** ✅ Merged **Merged:** 8/7/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `custom_ipxe_menu` --- ### 📝 Commits (5) - [`a4b5248`](https://github.com/netbootxyz/netboot.xyz/commit/a4b524873331cd2beef3fb547abb4b1f53565e76) add the user customizeable custom_menu_include for early changes to ipxe - [`b76660b`](https://github.com/netbootxyz/netboot.xyz/commit/b76660b6f91eb53f1abba3a3a423aa1c3e8fa74d) Updated commit - [`ea5e660`](https://github.com/netbootxyz/netboot.xyz/commit/ea5e6609ea2e48f675ad66b6fdeb40847b567b9a) Merge branch 'development' into custom_ipxe_menu - [`fd10e38`](https://github.com/netbootxyz/netboot.xyz/commit/fd10e381c0bfc35a5d54db4aa27b34bda4d87da3) Updated commit - [`74d10ce`](https://github.com/netbootxyz/netboot.xyz/commit/74d10ce289fbdd1e0c7b3d6145a9e7a8bf747c06) Updated commit ### 📊 Changes **4 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `roles/netbootxyz/defaults/main.yml` (+4 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+3 -0) 📝 `user_overrides.yml` (+7 -0) </details> ### 📄 Description I'm looking for an easy way to customize the menu ``` console --x 1024 --y 768 console --picture http://boot.netboot.xyz/logo.png ``` I'd prefer something with jinja2 extends/block inheritance, but I do not see how to integrate in the current structure. On the other hand - the include does the current job. --- <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:47 +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#1219
No description provided.