f7df0f588c
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.
6 lines
270 B
INI
6 lines
270 B
INI
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@ showopts stagename=rescue @rescue_bootargs@ max_loop=16 forensic hash=@rescue_hash@
|
|
|