From: Arne Fitzenreiter Date: Mon, 17 Dec 2012 20:15:35 +0000 (+0100) Subject: updater: remove grub-install drivecheck. X-Git-Tag: v2.13-beta1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a57072e3f1060dbf09ae4a842f5500551a09ef7c;p=ipfire-2.x.git updater: remove grub-install drivecheck. --- diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index bb0aca9e58..19036b1962 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -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 #