'readded one check'

This commit is contained in:
Tobias Powalowski 2009-07-27 21:58:43 +02:00
parent a482288d8f
commit 9e48f4b900

View file

@ -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"