From f0c82f4543fe6d40de7fb264e5f92a7e0eb88754 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Jul 2012 19:22:19 -0400 Subject: [PATCH] =?UTF-8?q?Pass=20the=20=E2=80=98--recheck=E2=80=99=20flag?= =?UTF-8?q?=20to=20grub-install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/activation/switch-to-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/activation/switch-to-configuration.sh b/modules/system/activation/switch-to-configuration.sh index 244bd9e72a5..5958df1ed48 100644 --- a/modules/system/activation/switch-to-configuration.sh +++ b/modules/system/activation/switch-to-configuration.sh @@ -36,7 +36,7 @@ if [ "$action" = "switch" -o "$action" = "boot" ]; then for dev in @grubDevices@; do if [ "$dev" != nodev ]; then echo "installing the GRUB bootloader on $dev..." - @grub@/sbin/grub-install "$(readlink -f "$dev")" --no-floppy + @grub@/sbin/grub-install --recheck "$(readlink -f "$dev")" --no-floppy fi done echo "$newGrubVersion" > /boot/grub/version