From 08a846f2a7716ebebeb9171451cb7c798acc0990 Mon Sep 17 00:00:00 2001 From: TomasM Date: Wed, 13 Dec 2017 17:26:52 -0500 Subject: [PATCH] make persistent changes the default, for writable boot media --- Slax/debian/bootfiles/syslinux.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Slax/debian/bootfiles/syslinux.cfg b/Slax/debian/bootfiles/syslinux.cfg index b26fdae..3dd429c 100644 --- a/Slax/debian/bootfiles/syslinux.cfg +++ b/Slax/debian/bootfiles/syslinux.cfg @@ -27,15 +27,15 @@ MENU AUTOBOOT Press Esc for options, automatic boot in # second{,s} ... MENU TABMSG [F1] help [Tab] cmdline > LABEL default -MENU LABEL Run Slax -KERNEL /slax/boot/vmlinuz -APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 - -LABEL perch -MENU LABEL Run Slax (Keep changes persistent) +MENU LABEL Run Slax (Persistent changes if writable) 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 +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 + LABEL toram MENU LABEL Run Slax (Copy to RAM) KERNEL /slax/boot/vmlinuz