pxe: more on customize pxe menus, give example

This commit is contained in:
pedro 2024-09-27 18:03:04 -03:00
parent a59968a9a0
commit 79d424ee5d
3 changed files with 14 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ iso
settings.ini
# ignore all possible snapshots in this repo
*.json
pxe/.env

2
pxe/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.env
pxe-menu.cfg

12
pxe/pxe-menu.cfg.example Normal file
View File

@ -0,0 +1,12 @@
DEFAULT menu.c32
PROMPT 0
TIMEOUT 50
ONTIMEOUT wb
MENU TITLE PXE Boot Menu
LABEL wb
MENU LABEL Boot Workbench
KERNEL vmlinuz
INITRD initrd
APPEND ip=dhcp netboot=nfs nfsroot=${server_ip}:${nfs_path}/ boot=live text forcepae