Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if [ -e "/ISO/aio-srt.iso" ]; then
- menuentry "All in One – System Rescue Toolkit" --class hirens {
- set iso_path="/ISO/aio-srt.iso"
- loopback loop $iso_path
- set gfxpayload=keep
- linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$iso_path
- initrd (loop)/casper/initrd.lz
- }
- fi
Advertisement
Add Comment
Please, Sign In to add comment