Advertisement
Guest User

grub file

a guest
Jul 17th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #! /bin/sh
  2. set -x
  3.  
  4. set -e
  5.  
  6. # grub-mkconfig helper script.
  7. # Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
  8. #
  9. # GRUB is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation, either version 3 of the License, or
  12. # (at your option) any later version.
  13. #
  14. # GRUB is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with GRUB. If not, see <http://www.gnu.org/licenses/>.
  21.  
  22. prefix="/usr"
  23. exec_prefix="${prefix}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement