From fe903287fed5cccc7d382751fe745f5984dc6e37 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 3 Nov 2006 23:52:15 +0100 Subject: [PATCH] use /lib/grub/i386-pc/ for sarge --- chroot-script | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chroot-script b/chroot-script index 7192cdc..7f2669a 100644 --- a/chroot-script +++ b/chroot-script @@ -148,7 +148,12 @@ if [ -n "$GROOT" ] ; then # copy stage-files to /boot/grub/ [ -d /boot/grub/ ] || mkdir /boot/grub - cp /usr/lib/grub/i386-pc/* /boot/grub/ + if [ -d /usr/lib/grub/i386-pc/ ] ; then + cp /usr/lib/grub/i386-pc/* /boot/grub/ + else + # sarge ships grub files in another directory + cp /lib/grub/i386-pc/* /boot/grub/ + fi # finally install grub update-grub -y -- 2.1.4