From a57072e3f1060dbf09ae4a842f5500551a09ef7c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 17 Dec 2012 21:15:35 +0100 Subject: [PATCH] updater: remove grub-install drivecheck. --- config/rootfiles/core/66/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index bb0aca9e5..19036b196 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 # -- 2.39.2