Created
November 8, 2011 19:33
-
-
Save Eugeny/1348863 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
set default="0" | |
insmod part_msdos | |
set root='(hd0,msdos1)' | |
set timeout=1 | |
menuentry "MyOS" { | |
set root='(hd0,msdos1)' | |
legacy_kernel /kernel /kernel | |
boot | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment