Advertisement
Rikairchy

50_Windows

Nov 19th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh -e
  2. echo "Adding Windows 8.1"
  3. cat << EOF
  4. menuentry "Windows 8.1" {
  5. set root=(hd0,msdos1)
  6. chainloader (hd0,msdos1)+1
  7. }
  8. EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement