ivotkl

2012.12.31 cat /etc/grub.d/40_custom

Dec 31st, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. $ cat /etc/grub.d/40_custom
  2. #!/bin/sh
  3. exec tail -n +3 $0
  4. # This file provides an easy way to add custom menu entries.  Simply type the
  5. # menu entries you want to add after this comment.  Be careful not to change
  6. # the 'exec tail' line above.
  7. menuentry "Windows XP" {
  8. insmod ntfs
  9. set root=(hd0,5)
  10. chainloader +1
  11. }
Advertisement
Add Comment
Please, Sign In to add comment