diff options
-rwxr-xr-x | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
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 |