From b41d80169d575a77ebae1e44bd8eaebb1146a3d4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 26 Jan 2009 13:09:55 +0100 Subject: [PATCH] 'fixed grub reinstall part' --- usr/share/archboot/installer/setup | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 15ead0a4f..0fe40eb10 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -1371,12 +1371,7 @@ EOF DIALOG --msgbox "GRUB was successfully installed." 0 0 S_GRUB=1 if [ "$(blkid -c /dev/null | grep TYPE=\"mdraid\")" ]; then - DIALOG --defaultno --yesno "You have your system installed on software raid?\nAnswer 'YES' to install grub to another hard disk." 0 0 - if [ $? -eq 0 ]; then - S_GRUB="" - fi - else - + DIALOG --defaultno --yesno "You have your system installed on software raid.\nAnswer 'YES' to install grub to another hard disk." 0 0 && S_GRUB="" fi done }