Commit f7df0f58 authored by Michael Shigorin's avatar Michael Shigorin

syslinux: un-tweak showopts for rescue_fm snippet

This one is related to forensics mode handling in mkimage: there's a regex that's expecting the old string ending with hash value, and it stops working when this is changed here (at least as of mkimage 0.2.18). So partially undo the change for this particular file to avoid refind's example menu for regular-rescue.iso (or any other image involving forensics mode), and hope to revert this commit some day.
parent ac156c19
label rescue_forensic
menu label ^Forensic mode (leave disks alone)
kernel alt0/vmlinuz
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue forensic hash=@rescue_hash@ showopts @rescue_bootargs@ max_loop=16
append initrd=alt0/full.cz fastboot live automatic=method:cdrom ramdisk_size=@rescue_size@ showopts stagename=rescue @rescue_bootargs@ max_loop=16 forensic hash=@rescue_hash@
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