summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/grub/grub-1.98/40_custom
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-09 15:36:10 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-09-14 22:55:42 -0500
commit3c335937950c28950409e8bc1b3087c53b5b7561 (patch)
tree8206f47c58423533d96ec4687c2daac48753b8f5 /common/recipes-bsp/grub/grub-1.98/40_custom
parent354080ceaf7ab9090e4eb5271c22612a79708512 (diff)
downloadmeta-intel-3c335937950c28950409e8bc1b3087c53b5b7561.tar.gz
meta-intel/common: remove grub-1.98
This has been moved into oe-core, so remove it from meta-intel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-bsp/grub/grub-1.98/40_custom')
-rwxr-xr-xcommon/recipes-bsp/grub/grub-1.98/40_custom9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/recipes-bsp/grub/grub-1.98/40_custom b/common/recipes-bsp/grub/grub-1.98/40_custom
deleted file mode 100755
index 30dad39a..00000000
--- a/common/recipes-bsp/grub/grub-1.98/40_custom
+++ /dev/null
@@ -1,9 +0,0 @@
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 "Yocto Linux" {
7 set root=(hd0,1)
8 linux /boot/vmlinuz root=__ROOTFS__ rw __VIDEO_MODE__ __VGA_MODE__ quiet
9}