make persistent changes the default, for writable boot media
parent
4c24e07a52
commit
08a846f2a7
|
|
@ -27,15 +27,15 @@ MENU AUTOBOOT Press Esc for options, automatic boot in # second{,s} ...
|
||||||
MENU TABMSG [F1] help [Tab] cmdline >
|
MENU TABMSG [F1] help [Tab] cmdline >
|
||||||
|
|
||||||
LABEL default
|
LABEL default
|
||||||
MENU LABEL Run Slax
|
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
|
|
||||||
|
|
||||||
LABEL perch
|
|
||||||
MENU LABEL Run Slax (Keep changes persistent)
|
|
||||||
KERNEL /slax/boot/vmlinuz
|
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
|
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
|
LABEL toram
|
||||||
MENU LABEL Run Slax (Copy to RAM)
|
MENU LABEL Run Slax (Copy to RAM)
|
||||||
KERNEL /slax/boot/vmlinuz
|
KERNEL /slax/boot/vmlinuz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue