]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/rootfiles/core/66/update.sh
updater: remove grub-install drivecheck.
[people/teissler/ipfire-2.x.git] / config / rootfiles / core / 66 / update.sh
index bb0aca9e58516e1d29fd6c00b4562fdcf59085fc..19036b1962461bd79253981e939738c81e05ee08 100644 (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
 #