mirror of
https://github.com/donl/pxeknife.git
synced 2026-05-25 22:07:10 -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
27 lines
629 B
Text
27 lines
629 B
Text
MENU INCLUDE pxeknife/pxeknife-gui.conf
|
|
MENU TITLE --== PXE Knife - Memory Tests ==--
|
|
|
|
LABEL hdmenu
|
|
MENU LABEL <---- PXE Knife Menu
|
|
kernel vesamenu.c32
|
|
append pxeknife/pxeknife.conf
|
|
|
|
LABEL docmem1
|
|
MENU LABEL DocMem RAM Diagnostic v. 1.45a
|
|
kernel memdisk
|
|
append initrd=pxeknife/memory_test/docmem1.igz
|
|
|
|
LABEL docmem2
|
|
MENU LABEL DocMem RAM Diagnostic v. 2.1b
|
|
kernel memdisk
|
|
append initrd=pxeknife/memory_test/docmem2.igz
|
|
|
|
LABEL memtest86+
|
|
MENU LABEL Memtest86+
|
|
kernel pxeknife/memory_test/memtest86+/memtest86+-1.65
|
|
|
|
LABEL memtest86
|
|
MENU LABEL Memtest86
|
|
kernel memdisk
|
|
append initrd=pxeknife/memory_test/memtest.igz
|
|
|