updater: remove grub-install drivecheck.

This commit is contained in:
Arne Fitzenreiter
2012-12-17 21:15:35 +01:00
parent 2efd0cd68a
commit a57072e3f1

View File

@@ -280,7 +280,7 @@ case $(uname -m) in
#
# ReInstall grub
#
grub-install --no-floppy ${ROOT::`expr length $ROOT`-1} --recheck
grub-install --no-floppy ${ROOT::`expr length $ROOT`-1}
;;
esac
#