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
280 B
Text
13 lines
280 B
Text
MENU INCLUDE pxeknife/pxeknife-gui.conf
|
|
MENU TITLE --== PXE Knife - Random ==--
|
|
|
|
LABEL hdmenu
|
|
MENU LABEL <---- PXE Knife Menu
|
|
kernel vesamenu.c32
|
|
append pxeknife/pxeknife.conf
|
|
|
|
LABEL madboot
|
|
MENU LABEL MADBoot
|
|
kernel memdisk
|
|
append initrd=pxeknife/random_utils/madboot.igz
|
|
|