parent
8f73b600ef
commit
27b85d0b19
@ -1,18 +1,7 @@
|
|||||||
label install
|
|
||||||
menu label ^Alternate installation (non-GUI)
|
|
||||||
linux /install/vmlinuz
|
|
||||||
initrd /install/initrd.gz
|
|
||||||
append vga=788 @APPEND_INSTALL@ -- quiet
|
|
||||||
|
|
||||||
label hdt
|
label hdt
|
||||||
menu label ^Hardware Detection Tool (HDT)
|
menu label ^Hardware Detection Tool (HDT)
|
||||||
com32 hdt.c32
|
com32 hdt.c32
|
||||||
|
|
||||||
label disctest
|
|
||||||
menu label Check disc for defects
|
|
||||||
linux /casper/vmlinuz boot=casper integrity-check quiet splash ---
|
|
||||||
initrd /casper/initrd.gz
|
|
||||||
|
|
||||||
label memtest
|
label memtest
|
||||||
menu label ^Memory Diagnostic Tool (memtest86+)
|
menu label ^Memory Diagnostic Tool (memtest86+)
|
||||||
linux /live/memtest
|
linux /live/memtest
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/usr/lib/syslinux/modules/bios/gfxboot.c32
|
|
@ -1,5 +0,0 @@
|
|||||||
hidden-timeout=300
|
|
||||||
screen-colour=0x2D3335
|
|
||||||
label normal=Normal
|
|
||||||
append normal=
|
|
||||||
mainmenu.entries=4
|
|
@ -0,0 +1,11 @@
|
|||||||
|
label install
|
||||||
|
menu label ^Install
|
||||||
|
linux /install/vmlinuz
|
||||||
|
initrd /install/initrd.gz
|
||||||
|
append vga=788 @APPEND_INSTALL@ --- quiet
|
||||||
|
|
||||||
|
label installgui
|
||||||
|
menu label ^Graphical install
|
||||||
|
linux /install/gtk/vmlinuz
|
||||||
|
initrd /install/gtk/initrd.gz
|
||||||
|
append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ --- quiet
|
@ -1,6 +1,4 @@
|
|||||||
path
|
|
||||||
include menu.cfg
|
include menu.cfg
|
||||||
default vesamenu.c32
|
default vesamenu.c32
|
||||||
ui gfxboot.c32 bootlogo
|
|
||||||
prompt 0
|
prompt 0
|
||||||
timeout 0
|
timeout 0
|
||||||
|
Loading…
Reference in new issue