Advertisement
timcowchip

/etc/grub.d/40_custom

Oct 30th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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 "NuTyX avec kernel experimental sur /dev/sda4" {
  7. set root=(hd0,msdos4)
  8. linux /home/chris/linux-4.2.5/arch/x86/boot/bzImage root=/dev/sda4 ro quiet
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement