[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] image_hd: Fuer GRUB install statt setup benutzen
* image_hd: Es gibt kaputtgepatchte GRUB-Versionen, die nicht automatisch nach
einer menu.lst suchen, sondern nach anderen Sachen (z.B. grub.conf). In
diesme Fall gibt es mit setup nur eine GRUB-Shell und kein Menue. Mit install
kann man den Pfad explizit angeben.
Signed-off-by: Kevin Wolf <kevin@xxxxxxxxxx>
---
build/scripts/image_hd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build/scripts/image_hd b/build/scripts/image_hd
index 7014fe6..ea296ea 100755
--- a/build/scripts/image_hd
+++ b/build/scripts/image_hd
@@ -114,7 +114,7 @@ if [ $NEW -ne 0 ]; then
$LOST_TOOLS_GRUB --no-floppy --batch > /dev/null <<EOF
device (hd0) $IMAGE_PATH
root (hd0,0)
- setup (hd0)
+ install /boot/grub/stage1 (hd0) /boot/grub/stage2 p /boot/grub/menu.lst
EOF
fi
--
1.7.2