anhkiet2507

AIO SRT for anhdv

Sep 14th, 2020
12,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if [ -e "/ISO/aio-srt.iso" ]; then
  2. menuentry "All in One – System Rescue Toolkit" --class hirens {
  3. set iso_path="/ISO/aio-srt.iso"
  4. loopback loop $iso_path
  5. set gfxpayload=keep
  6. linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$iso_path
  7. initrd (loop)/casper/initrd.lz
  8. }
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment