summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-08-26 06:55:02 -0700
committerGeorge Sherwood2010-09-04 15:25:09 -0500
commitf0b6efe959cb7b3357370a5fecc3a9d31073f134 (patch)
tree925028d9c40421888a4a9d0b9ca8a02a1b1bbace
parent43c090a0c1a00980a41a09015b448b2d469da3ca (diff)
grub: Copy i386-pc files to /boot/grub/
grub> setup (device) requires the files in /boot/grub Fixes Bug #14634 and makes Bug #15223 not needed (cherry picked from commit 59d4eead1d38d6bd2815d5a11a1b71c2a5230de6)
-rw-r--r--disk/grub/HISTORY5
-rwxr-xr-xdisk/grub/INSTALL4
2 files changed, 8 insertions, 1 deletions
diff --git a/disk/grub/HISTORY b/disk/grub/HISTORY
index 268ca4fd24..ad39c9e5ff 100644
--- a/disk/grub/HISTORY
+++ b/disk/grub/HISTORY
@@ -1,3 +1,8 @@
+2010-08-27 Eric Sandall <sandalle@sourcemage.org>
+ * INSTALL: Copy i386-pc files to /boot/grub/
+ grub> setup (device) requires the files in /boot/grub
+ Fixes Bug #14634 and makes Bug #15223 not needed
+
2009-01-16 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: Apply grub-0.97-141.1-ext4.patch
diff --git a/disk/grub/INSTALL b/disk/grub/INSTALL
index 7eab73ac81..6666a22304 100755
--- a/disk/grub/INSTALL
+++ b/disk/grub/INSTALL
@@ -8,5 +8,7 @@ chmod 750 ${INSTALL_ROOT}/sbin/grub* &&
# Sample image, replace with SMGL image
mkdir -p /boot/grub/images &&
cp ${SCRIPT_DIRECTORY}/smgl-splash.xpm.gz \
- ${INSTALL_ROOT}/boot/grub/images
+ ${INSTALL_ROOT}/boot/grub/images &&
# this will create a sensible menu.lst.skel in the future
+
+cp -v $INSTALL_ROOT/usr/lib/grub/i386-pc/* $INSTALL_ROOT/boot/grub