Advertisement
Guest User

Untitled

a guest
Jun 30th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if ! search --file --set=root /.disk/info; then
  2. search --file --set=root /.disk/mini-info
  3. fi
  4. set prefix=($root)/boot/grub
  5. if [ -e $prefix/x86_64-efi/grub.cfg ]; then
  6. source $prefix/x86_64-efi/grub.cfg
  7. else
  8. source $prefix/grub.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement