pxe: more on customize pxe menus, give example
This commit is contained in:
parent
d2e5b1f824
commit
23f277231a
|
@ -2,4 +2,3 @@ iso
|
|||
settings.ini
|
||||
# ignore all possible snapshots in this repo
|
||||
*.json
|
||||
pxe/.env
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
.env
|
||||
pxe-menu.cfg
|
|
@ -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
|
Loading…
Reference in New Issue