Skip to content

Instantly share code, notes, and snippets.

@wolfpython
Created May 4, 2011 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfpython/954772 to your computer and use it in GitHub Desktop.
Save wolfpython/954772 to your computer and use it in GitHub Desktop.
40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Mandriva 2010 2 ChainLoader" {
set root=(hd0,12)
chainloader +1
}
menuentry "FreeBSD8.2 Chainloader" {
insmod ufs2
set root=(hd0,3)
chainloader +1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment