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:
parent
d20ab96daf
commit
a0d0be1a71
@ -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@
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user