[Fai-commit] r3958 - trunk/examples/simple/files/boot/grub/menu.lst
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Thu Sep 14 15:48:28 UTC 2006
Author: lange
Date: 2006-09-14 15:48:28 +0000 (Thu, 14 Sep 2006)
New Revision: 3958
Modified:
trunk/examples/simple/files/boot/grub/menu.lst/postinst
Log:
fix update-grub path
Modified: trunk/examples/simple/files/boot/grub/menu.lst/postinst
===================================================================
--- trunk/examples/simple/files/boot/grub/menu.lst/postinst 2006-09-14 15:46:29 UTC (rev 3957)
+++ trunk/examples/simple/files/boot/grub/menu.lst/postinst 2006-09-14 15:48:28 UTC (rev 3958)
@@ -13,7 +13,7 @@
grub-install --no-floppy --root-directory=$target $BOOT_DEVICE
GROOT=$(device2grub $BOOT_PARTITION)
perl -pi -e 's/#(\w+)#/$ENV{$1}/' $2
-$ROOTCMD /sbin/update-grub
+$ROOTCMD /usr/sbin/update-grub
echo "Grub installed on $BOOT_DEVICE on $GROOT"
exit $error
More information about the Fai-commit
mailing list