mirror of
https://github.com/donl/pxeknife.git
synced 2026-06-30 06:12:16 -06:00
The intention will be to treat these as includes or template files going forward. Getting these committed so they are tracked in the tree properly. The se have just been moved from their normal respective locations to here. The makefiles will parse these, and likely in the interim, just copy them back into place
13 lines
305 B
Text
13 lines
305 B
Text
MENU INCLUDE pxeknife/pxeknife-gui.conf
|
|
MENU TITLE --== PXE Knife - Boot Managers ==--
|
|
|
|
LABEL rootmenu
|
|
MENU LABEL <---- PXE Knife Menu
|
|
kernel vesamenu.c32
|
|
append pxeknife/pxeknife.conf
|
|
|
|
LABEL sgd
|
|
MENU LABEL Super Grub Disk
|
|
kernel memdisk
|
|
append initrd=pxeknife/boot_managers/sgd_0.9450_english.img
|
|
|