Commit 459a46b8 authored by Michael Shigorin's avatar Michael Shigorin

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
parent e45dab04
label rescue_session
menu label Rescue with sess^ions support
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment