Created
January 29, 2012 23:10
-
-
Save joshtronic/1701275 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "Linux Live CD" { | |
insmod ext2 | |
set root='<strong>(hd1,1)</strong>' | |
loopback loop <strong>/linux-live-cd.iso</strong> | |
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=<strong>/linux-live-cd.iso</strong> noeject noprompt - | |
initrd (loop)/casper/initrd.lz | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment