forked from altcloud/mkimage-profiles
syslinux: fix rescue_rw config snippet
This one enables rw session support for Rescue images; the nitpick is that syslinux' gfxboot *will* set this up when booting the same ISO from USB Flash media instead of optical one (CD/DVD-ROM/RW), and we don't put gfxboot into a standalone rescue image. See-also: http://altlinux.org/propagator See-also: http://altlinux.org/remount_rw
This commit is contained in:
parent
e45dab0435
commit
459a46b868
@ -1,5 +1,5 @@
|
|||||||
label rescue_session
|
label rescue_session
|
||||||
menu label Rescue with sess^ions support
|
menu label Rescue with sess^ions support
|
||||||
kernel alt0/vmlinuz
|
kernel alt0/vmlinuz
|
||||||
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
|
append initrd=alt0/full.cz fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user