Advertisement
Guest User

isofs/boot/grub/grub.cfg

a guest
Apr 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. set timeout=15
  2. set default=0
  3.  
  4. menuentry "OS" {
  5. multiboot /boot/kernel.elf
  6. module /boot/initrd.img
  7. boot
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement