From 9e48f4b900735f10ee85dbbfd2eab8810e2bb0e7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 27 Jul 2009 21:58:43 +0200 Subject: [PATCH] 'readded one check' --- usr/share/archboot/installer/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 2d392e92e..2e3d644b1 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2591,6 +2591,7 @@ dogrub() { else # remove fail if /boot is on other device! ! [ "$bootdev" = "" ] && FAIL_RAID="" + ! [ "$bootdev" = "" ] && FAIL_DM="" if [ "$(echo $bootdev | grep /dev/md_d)" ]; then # partitionable raid is not supported by grub! FAIL_RAID="1"