diff --git a/Slax/debian/bootfiles/syslinux.cfg b/Slax/debian/bootfiles/syslinux.cfg index a6fa0f3..14285c2 100644 --- a/Slax/debian/bootfiles/syslinux.cfg +++ b/Slax/debian/bootfiles/syslinux.cfg @@ -29,14 +29,14 @@ MENU TABMSG [F1] help [Ta LABEL default MENU LABEL Run Slax (Persistent changes) KERNEL /slax/boot/vmlinuz -APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slax.flags=perch,automount +APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 consoleblank=0 slax.flags=perch,automount LABEL perch MENU LABEL Run Slax (Fresh start) KERNEL /slax/boot/vmlinuz -APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slax.flags=automount +APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 consoleblank=0 slax.flags=automount LABEL toram MENU LABEL Run Slax (Copy to RAM) KERNEL /slax/boot/vmlinuz -APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slax.flags=toram +APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 consoleblank=0 slax.flags=toram