[PR #1251] [CLOSED] Began adding the return to previous menu prompt to menues. #1372

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1251
Author: @n3gwg
Created: 5/29/2023
Status: Closed

Base: developmentHead: development


📝 Commits (10+)

  • ac3ffe2 Began adding the return to previous menu prompt to menues.
  • f09d226 More menu modifications of adding Return back to main menu code
  • cab5138 More menu modifications of adding Return back to main menu code
  • 39797e0 More menu modifications of adding Return back to main menu code
  • 51ba4d6 Merge branch 'netbootxyz:development' into development
  • 36cf248 Pin ansible lint tests
  • 1bcf4d6 Pin ansible-lint
  • 695e429 Support building images on other architectures
  • 6ec1568 Add mtools for mformat
  • 094cd14 Add syslinux back to build

📊 Changes

94 files changed (+97 additions, -2 deletions)

View changed files

📝 roles/netbootxyz/templates/menu/4mlinux.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/about.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/almalinux.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/anarchy.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/blackarch.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+3 -0)
📝 roles/netbootxyz/templates/menu/bsd.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/clonezilla.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/coreos.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/debian.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/devuan.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/endeavouros.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/flatcar.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/freebsd.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/freedos.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/gentoo.ipxe.j2 (+1 -0)

...and 74 more files

📄 Description

A rebased version of my commits for adding return to main menu option to a number of the menus. As I continue to work with the code I will likely have more commits that implement this feature in other menus as well.


🔄 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/1251 **Author:** [@n3gwg](https://github.com/n3gwg) **Created:** 5/29/2023 **Status:** ❌ Closed **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (10+) - [`ac3ffe2`](https://github.com/netbootxyz/netboot.xyz/commit/ac3ffe2154e0373100f0f13c852b56880e056b86) Began adding the return to previous menu prompt to menues. - [`f09d226`](https://github.com/netbootxyz/netboot.xyz/commit/f09d22614e1fe7891a3de590e8dd300682f71445) More menu modifications of adding Return back to main menu code - [`cab5138`](https://github.com/netbootxyz/netboot.xyz/commit/cab513852059b9ce8ad435d6baa64eaa4d3bbeb0) More menu modifications of adding Return back to main menu code - [`39797e0`](https://github.com/netbootxyz/netboot.xyz/commit/39797e0ff3c5644ce176a325df303daf52842f10) More menu modifications of adding Return back to main menu code - [`51ba4d6`](https://github.com/netbootxyz/netboot.xyz/commit/51ba4d699848906747771ccc026162ce3c66f5aa) Merge branch 'netbootxyz:development' into development - [`36cf248`](https://github.com/netbootxyz/netboot.xyz/commit/36cf2482fda0726bf1b80610666e69a6fab93aa6) Pin ansible lint tests - [`1bcf4d6`](https://github.com/netbootxyz/netboot.xyz/commit/1bcf4d6578a900f9bd5d535144f27795f9bb8099) Pin ansible-lint - [`695e429`](https://github.com/netbootxyz/netboot.xyz/commit/695e429551c4996a376e457a5c4af6435dd8d547) Support building images on other architectures - [`6ec1568`](https://github.com/netbootxyz/netboot.xyz/commit/6ec1568aafcdce312b0969b8e94786acb66d5bf3) Add mtools for mformat - [`094cd14`](https://github.com/netbootxyz/netboot.xyz/commit/094cd1475b417c7af036f30ff09e237b257ca30e) Add syslinux back to build ### 📊 Changes **94 files changed** (+97 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/templates/menu/4mlinux.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/about.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/almalinux.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/anarchy.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/blackarch.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+3 -0) 📝 `roles/netbootxyz/templates/menu/bsd.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/clonezilla.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/coreos.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/debian.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/devuan.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/endeavouros.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/flatcar.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/freebsd.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/freedos.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/gentoo.ipxe.j2` (+1 -0) _...and 74 more files_ </details> ### 📄 Description A rebased version of my commits for adding return to main menu option to a number of the menus. As I continue to work with the code I will likely have more commits that implement this feature in other menus as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:55:23 +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#1372
No description provided.