summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/i386/netboot/makeImages6
1 files changed, 3 insertions, 3 deletions
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