summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub-2.00/40_custom
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2012-08-21 14:34:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-23 11:43:33 +0100
commit1192ace3185f3293508531687e1d199b03934460 (patch)
treefaca12b2c4bac19a8fad2a40298bd60546ec6d6a /meta/recipes-bsp/grub/grub-2.00/40_custom
parenteab2efc596c6d6d8bd785de4ce7bb6b23379c573 (diff)
downloadpoky-1192ace3185f3293508531687e1d199b03934460.tar.gz
grub: Update to upstream stable 2.00
Removed unnecessary patches (merged upstream). (From OE-Core rev: d888f50d5cfdf5b3881f81c26f0349ef41c06197) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub-2.00/40_custom')
-rwxr-xr-xmeta/recipes-bsp/grub/grub-2.00/40_custom9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub-2.00/40_custom b/meta/recipes-bsp/grub/grub-2.00/40_custom
new file mode 100755
index 0000000000..ba488308b6
--- /dev/null
+++ b/meta/recipes-bsp/grub/grub-2.00/40_custom
@@ -0,0 +1,9 @@
1#!/bin/sh
2exec 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.
6menuentry "Linux" {
7 set root=(hd0,1)
8 linux /boot/vmlinuz root=__ROOTFS__ rw __CONSOLE__ __VIDEO_MODE__ __VGA_MODE__ quiet
9}