ok msg
parent
1359ecc11d
commit
c744a33433
|
|
@ -1,8 +1,8 @@
|
||||||
|
UI /boot/vesamenu.c32
|
||||||
|
|
||||||
PROMPT 0
|
PROMPT 0
|
||||||
TIMEOUT 40
|
TIMEOUT 40
|
||||||
|
|
||||||
UI /boot/vesamenu.c32
|
|
||||||
|
|
||||||
MENU CLEAR
|
MENU CLEAR
|
||||||
MENU HIDDEN
|
MENU HIDDEN
|
||||||
MENU BACKGROUND /boot/bootlogo.png
|
MENU BACKGROUND /boot/bootlogo.png
|
||||||
|
|
@ -22,21 +22,21 @@ MENU COLOR TABMSG 32;40 #FF60CA00 #FF000000 none
|
||||||
|
|
||||||
|
|
||||||
LABEL linux
|
LABEL linux
|
||||||
MENU LABEL Run linux
|
MENU LABEL Run Slax
|
||||||
KERNEL /boot/vmlinuz
|
KERNEL /boot/vmlinuz
|
||||||
APPEND vga=769 initrd=/boot/initfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
||||||
LABEL linux
|
LABEL linux
|
||||||
MENU LABEL Run linux2
|
MENU LABEL Run Slax 2
|
||||||
KERNEL /boot/vmlinuz
|
KERNEL /boot/vmlinuz
|
||||||
APPEND vga=769 initrd=/boot/initfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
||||||
LABEL linux
|
LABEL linux
|
||||||
MENU LABEL Run linux3
|
MENU LABEL Run Slax 3
|
||||||
KERNEL /boot/vmlinuz
|
KERNEL /boot/vmlinuz
|
||||||
APPEND vga=769 initrd=/boot/initfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
||||||
LABEL linux
|
LABEL linux
|
||||||
MENU LABEL Run linux4
|
MENU LABEL Run Slax 4
|
||||||
KERNEL /boot/vmlinuz
|
KERNEL /boot/vmlinuz
|
||||||
APPEND vga=769 initrd=/boot/initfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
|
||||||
|
|
|
||||||
2
build
2
build
|
|
@ -31,7 +31,7 @@ mkdir -p "$BOOT"
|
||||||
cp bootfiles/isolinux.bin $BOOT
|
cp bootfiles/isolinux.bin $BOOT
|
||||||
cp bootfiles/vesamenu.c32 $BOOT
|
cp bootfiles/vesamenu.c32 $BOOT
|
||||||
cp bootfiles/bootlogo.png $BOOT
|
cp bootfiles/bootlogo.png $BOOT
|
||||||
mv "$INITRAMFS" $BOOT/initfs.img
|
mv "$INITRAMFS" $BOOT/initrfs.img
|
||||||
cat bootfiles/isolinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/isolinux.cfg
|
cat bootfiles/isolinux.cfg | sed -r "s:/boot/:/$LIVEKITNAME/boot/:" > $BOOT/isolinux.cfg
|
||||||
cp /boot/vmlinuz $BOOT/
|
cp /boot/vmlinuz $BOOT/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ mount -t aufs -o xino=$MEMORYDIR/xino,br=$MEMORYDIR none $UNIONDIR
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
echo
|
echo " If you see this message, then the test passed OK."
|
||||||
echo " Thank you for testing. That's all for now :)"
|
echo " Thank you for testing. That's all for now :)"
|
||||||
echo " It's now safe to turn off your computer ..."
|
echo " It's now safe to turn off your computer ..."
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue