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.
This commit is contained in:
parent
ac156c1957
commit
f7df0f588c
@ -1,5 +1,5 @@
|
||||
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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user