Advertisement
Guest User

Untitled

a guest
Mar 10th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries. Simply type the
  4. # menu entries you want to add after this comment. Be careful not to change
  5. # the 'exec tail' line above.
  6. menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  7. recordfail
  8. set gfxpayload=$linux_gfx_mode
  9. insmod gzio
  10. insmod part_msdos
  11. insmod ext2
  12. set root='(hd0,msdos1)'
  13. search --no-floppy --fs-uuid --set=root 46dc652f-9c19-461b-ac8e-3d629f6cad4a
  14. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=46dc652f-9c19-461b-ac8e-3d629f6cad4a ro quiet splash vt.handoff=7
  15. initrd /boot/initrd.img-3.0.0-16-generic
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement