Commit 1a8d7e31 authored by Michael Shigorin's avatar Michael Shigorin

syslinux: bump rescue loop device number limit

As proposed by Maxim Suhanov since there are only 7 loop devices available upon bootup which might be not enough given ro,loop mounts by default.
parent a2fcc601
label rescue_forensic
menu label ^Forensic mode (leave disks alone)
kernel alt0/vmlinuz
append initrd=alt0/full.cz fastboot live showopts automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue forensic hash=@rescue_hash@
append initrd=alt0/full.cz fastboot live showopts automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue 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