syslinux: fixed live_rw configuration

The initial revision was brilliantly buggy: it is *so* apparent
that cdrom will never be actually used for rw slice that this
has evaded my attention rather completely.
This commit is contained in:
Michael Shigorin 2014-01-28 16:37:35 +04:00
parent d20ab96daf
commit a0d0be1a71
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
label session
menu label LiveCD with ^sessions support
kernel alt0/vmlinuz
append initrd=alt0/full.cz fastboot live showopts automatic=method:cdrom ramdisk_size=@live_size@ stagename=live live_rw vga=0x314 @bootargs@
append initrd=alt0/full.cz fastboot live showopts automatic=method:disk,label:ALT* ramdisk_size=@live_size@ stagename=live live_rw vga=0x314 @bootargs@

View File

@ -1,6 +1,6 @@
label rescue_session
menu label Rescue with sess^ions support
kernel alt0/vmlinuz
append initrd=alt0/full.cz fastboot live showopts automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue live_rw
append initrd=alt0/full.cz fastboot live showopts automatic=method:disk,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue live_rw