Last active
August 29, 2015 14:24
-
-
Save dash17291/dd5913608ac67349ab25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menuentry "GRML ISO" { | |
insmod loopback | |
loopback loop0 (hd0,msdos1)/grml64-full_2013.02.iso | |
set root=loop0 | |
set prefix=/boot/grub | |
# /boot/grub/header.cfg | |
iso_path=/grml64-full_2013.02.iso | |
export iso_path | |
configfile /boot/grub/grub.cfg | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment