diff --git a/Slax/debian/bootfiles/help.txt b/Slax/debian/bootfiles/help.txt new file mode 100644 index 0000000..2da1688 --- /dev/null +++ b/Slax/debian/bootfiles/help.txt @@ -0,0 +1,19 @@ + + Welcome + + If you need to edit boot command line (for advanced users), hit [Tab]. + When finished, navigate to "Run Slax" menu row and press [Enter]. + + + Persistent changes + + Save all filesystem modifications to 'changes' directory and restore + those changes next time you boot. Only usable while running from a + writable media such as USB device or hard disk. + + + Copy to RAM + + Copies all data to memory during startup so you can eject the boot device. + Make sure to uncheck persistent changes (see above) else your boot device + will be still in use. diff --git a/Slax/debian/bootfiles/syslinux.cfg b/Slax/debian/bootfiles/syslinux.cfg new file mode 100644 index 0000000..b09618a --- /dev/null +++ b/Slax/debian/bootfiles/syslinux.cfg @@ -0,0 +1,32 @@ +UI /linux/boot/vesamenu.c32 + +PROMPT 0 +TIMEOUT 40 + +MENU CLEAR +MENU HIDDEN +MENU HIDDENKEY Enter default +MENU BACKGROUND /linux/boot/bootlogo.png + +MENU WIDTH 80 +MENU MARGIN 20 +MENU ROWS 5 +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 + +F1 help.txt /linux/boot/zblack.png + +MENU AUTOBOOT Press Esc for options, automatic boot in # second{,s} ... +MENU TABMSG [F1] help [Tab] cmdline > + +LABEL default +MENU LABEL Boot +KERNEL /linux/boot/vmlinuz +APPEND vga=normal initrd=/linux/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 diff --git a/Slax/debian/bootfiles/zblack.png b/Slax/debian/bootfiles/zblack.png new file mode 100644 index 0000000..be1a21d Binary files /dev/null and b/Slax/debian/bootfiles/zblack.png differ