From ccd2148e686f93518dc1a80376f7ddb24587a3da Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Wed, 14 Sep 2011 13:44:29 -0500 Subject: grub2: new recipe This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi --- meta/recipes-bsp/grub/grub-1.99/40_custom | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 meta/recipes-bsp/grub/grub-1.99/40_custom (limited to 'meta/recipes-bsp/grub/grub-1.99/40_custom') diff --git a/meta/recipes-bsp/grub/grub-1.99/40_custom b/meta/recipes-bsp/grub/grub-1.99/40_custom new file mode 100755 index 000000000..0d8085477 --- /dev/null +++ b/meta/recipes-bsp/grub/grub-1.99/40_custom @@ -0,0 +1,9 @@ +#!/bin/sh +exec tail -n +3 $0 +# This file provides an easy way to add custom menu entries. Simply type the +# menu entries you want to add after this comment. Be careful not to change +# the 'exec tail' line above. +menuentry "Linux" { + set root=(hd0,1) + linux /boot/vmlinuz root=__ROOTFS__ rw __VIDEO_MODE__ __VGA_MODE__ quiet +} -- cgit v1.2.3