From 8eb0ceaae6c279eab9a1363b1684f0416e984239 Mon Sep 17 00:00:00 2001
From: Olivier Blin <oblin@mandriva.org>
Date: Wed, 25 Aug 2004 12:52:45 +0000
Subject: use grub-0.95

---
 tools/i386/netboot/makeImages | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'tools')

diff --git a/tools/i386/netboot/makeImages b/tools/i386/netboot/makeImages
index 3920547d7..39d13df73 100755
--- a/tools/i386/netboot/makeImages
+++ b/tools/i386/netboot/makeImages
@@ -1,8 +1,8 @@
 #!/bin/sh
 # compile multiple grub stages (1, 2, pxegrub and nbgrub) for all supported network cards
 LOCALPATH=`pwd`
-PATHGRUB="../grub-0.91" # Path were grub is stored
-DRIVERTOCOMPILE=`grep NETBOOT_DRIVERS= ${PATHGRUB}/configure.in | cut -d " " -f 4 | cut -d "." -f 1`
+PATHGRUB="../grub-0.95" # Path were grub is stored
+DRIVERTOCOMPILE=`grep NETBOOT_DRIVERS= ${PATHGRUB}/configure.ac | cut -d " " -f 4 | cut -d "." -f 1`
 
 echo "Cleaning old drivers"
 for i in `ls`
@@ -26,6 +26,6 @@ for i in ${DRIVERTOCOMPILE}
 	cp stage2/stage2 ${LOCALPATH}/$i/stage2
 	cp stage2/pxegrub ${LOCALPATH}/$i/pxegrub
 	cp stage2/nbgrub ${LOCALPATH}/$i/nbgrub
-	echo "compil done for " $i
+	echo "compil done for" $i
 done
 cp ${PATHGRUB}/grub/grub ${LOCALPATH} -f
-- 
cgit v1.2.1