default config name is syslinux.cfg, no need for isolinux.cfg
parent
c41d152be7
commit
3ca5586cd6
|
|
@ -1,43 +0,0 @@
|
||||||
UI /boot/vesamenu.c32
|
|
||||||
|
|
||||||
PROMPT 0
|
|
||||||
TIMEOUT 40
|
|
||||||
|
|
||||||
MENU CLEAR
|
|
||||||
MENU HIDDEN
|
|
||||||
MENU HIDDENKEY Enter default
|
|
||||||
MENU BACKGROUND /boot/bootlogo.png
|
|
||||||
|
|
||||||
MENU WIDTH 80
|
|
||||||
MENU MARGIN 20
|
|
||||||
MENU ROWS 4
|
|
||||||
MENU TABMSGROW 9
|
|
||||||
MENU CMDLINEROW 9
|
|
||||||
MENU HSHIFT 0
|
|
||||||
MENU VSHIFT 19
|
|
||||||
|
|
||||||
MENU COLOR BORDER 30;40 #00000000 #00000000 none
|
|
||||||
MENU COLOR SEL 47;30 #FF000000 #FFFFFFFF none
|
|
||||||
MENU COLOR UNSEL 37;40 #FFFFFFFF #FF000000 none
|
|
||||||
MENU COLOR TABMSG 32;40 #FF60CA00 #FF000000 none
|
|
||||||
|
|
||||||
|
|
||||||
LABEL default
|
|
||||||
MENU LABEL Run Slax
|
|
||||||
KERNEL /boot/vmlinuz
|
|
||||||
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
|
||||||
|
|
||||||
LABEL default2
|
|
||||||
MENU LABEL Run Slax 2
|
|
||||||
KERNEL /boot/vmlinuz
|
|
||||||
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
|
||||||
|
|
||||||
LABEL default3
|
|
||||||
MENU LABEL Run Slax 3
|
|
||||||
KERNEL /boot/vmlinuz
|
|
||||||
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
|
||||||
|
|
||||||
LABEL default4
|
|
||||||
MENU LABEL Run Slax 4
|
|
||||||
KERNEL /boot/vmlinuz
|
|
||||||
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
|
||||||
|
|
@ -1 +1,43 @@
|
||||||
INCLUDE isolinux.cfg
|
UI /boot/vesamenu.c32
|
||||||
|
|
||||||
|
PROMPT 0
|
||||||
|
TIMEOUT 40
|
||||||
|
|
||||||
|
MENU CLEAR
|
||||||
|
MENU HIDDEN
|
||||||
|
MENU HIDDENKEY Enter default
|
||||||
|
MENU BACKGROUND /boot/bootlogo.png
|
||||||
|
|
||||||
|
MENU WIDTH 80
|
||||||
|
MENU MARGIN 20
|
||||||
|
MENU ROWS 4
|
||||||
|
MENU TABMSGROW 9
|
||||||
|
MENU CMDLINEROW 9
|
||||||
|
MENU HSHIFT 0
|
||||||
|
MENU VSHIFT 19
|
||||||
|
|
||||||
|
MENU COLOR BORDER 30;40 #00000000 #00000000 none
|
||||||
|
MENU COLOR SEL 47;30 #FF000000 #FFFFFFFF none
|
||||||
|
MENU COLOR UNSEL 37;40 #FFFFFFFF #FF000000 none
|
||||||
|
MENU COLOR TABMSG 32;40 #FF60CA00 #FF000000 none
|
||||||
|
|
||||||
|
|
||||||
|
LABEL default
|
||||||
|
MENU LABEL Run Slax
|
||||||
|
KERNEL /boot/vmlinuz
|
||||||
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
||||||
|
LABEL default2
|
||||||
|
MENU LABEL Run Slax 2
|
||||||
|
KERNEL /boot/vmlinuz
|
||||||
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
||||||
|
LABEL default3
|
||||||
|
MENU LABEL Run Slax 3
|
||||||
|
KERNEL /boot/vmlinuz
|
||||||
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
||||||
|
LABEL default4
|
||||||
|
MENU LABEL Run Slax 4
|
||||||
|
KERNEL /boot/vmlinuz
|
||||||
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue