Advertisement
Guest User

grub.d/40_custom

a guest
Jul 27th, 2014
231
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. menuentry "Android-x86" {
  7. set root='(hd0,4)'
  8. linux /android-4.4-RC1/kernel quiet root=/dev/ram0 androidboot.hardware=eeepc acpi_sleep=s3_bios,s3_mode SRC=/android-4.4-RC1 SDCARD=/data/sdcard.img
  9. initrd /android-4.4-RC1/initrd.img
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement