syslinux fixes
parent
abc6525788
commit
879fff1918
|
|
@ -5,6 +5,7 @@ TIMEOUT 40
|
|||
|
||||
MENU CLEAR
|
||||
MENU HIDDEN
|
||||
MENU HIDDENKEY Enter default
|
||||
MENU BACKGROUND /boot/bootlogo.png
|
||||
|
||||
MENU WIDTH 80
|
||||
|
|
@ -21,22 +22,22 @@ MENU COLOR UNSEL 37;40 #FFFFFFFF #FF000000 none
|
|||
MENU COLOR TABMSG 32;40 #FF60CA00 #FF000000 none
|
||||
|
||||
|
||||
LABEL linux
|
||||
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 linux
|
||||
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 linux
|
||||
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 linux
|
||||
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
build
1
build
|
|
@ -34,7 +34,6 @@ cp bootfiles/isolinux.bin $BOOT
|
|||
cp bootfiles/vesamenu.c32 $BOOT
|
||||
cp bootfiles/bootlogo.png $BOOT
|
||||
cp bootfiles/syslinux.exe $BOOT
|
||||
cp bootfiles/syslinux64.exe $BOOT
|
||||
cp bootfiles/syslinux.com $BOOT
|
||||
cat bootfiles/isolinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/isolinux.cfg
|
||||
cat bootfiles/bootinst.bat | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" | sed -r "s:\\\\boot\\\\:\\\\$LIVEKITNAME\\\\boot\\\\:" > $BOOT/bootinst.bat
|
||||
|
|
|
|||
Loading…
Reference in New Issue