Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 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.  
  7.  
  8. menuentry "Linux Kernel Version 3 (Custom)" {
  9.  
  10. set root=(hd0,6)
  11.  
  12. search --no-floppy --fs-uuid --set-root=4e268691-71c9-44ea-a6fd-dda709bc5357
  13.  
  14. linux /boot/kernel-wifi-inject_enabled root=UUID=c1e5a7f6-da7b-432c-abdc-60643d469c8e ro quiet splash
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement