From 89c08c297a6899bb1089c8846c9a139422eff787 Mon Sep 17 00:00:00 2001 From: Tomas-M Date: Fri, 13 Sep 2019 19:37:16 +0200 Subject: [PATCH] Disable console blanking --- Slax/debian/bootfiles/syslinux.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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