Guest User

Untitled

a guest
Jan 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # GRUB Conf Proposal
  2.  
  3. entry debian --class nice
  4. entry ubuntu --class nice
  5. entry noname --class super
  6.  
  7. # internal entry command like macro
  8. debian()
  9. {
  10. root /dev/sdax
  11. linld /linux.img
  12. boot
  13. }
  14.  
  15. ubuntu()
  16. {
  17. root /dev/sdax
  18. linld /linux.img
  19. boot
  20. }
  21. . . .
  22.  
  23. showmenu
Add Comment
Please, Sign In to add comment