From 303d68eb695f183d0c9fd1350f9bc6e3e6231386 Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Mon, 14 Sep 2009 09:05:27 -0700 Subject: allow install on old compaq smart-array --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index 105c90a6..065c52a4 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -736,7 +736,7 @@ create_partitions() { fi # set the partition number on the device. - if [ -n "$( echo $ldrive | grep cciss )" ]; then + if [ -n "$( echo $ldrive | grep -E "cciss|ida" )" ]; then # if this is a cciss ROOT_PARTITION=$ldrive"p1" else -- cgit v1.2.3