diff options
author | Robert Bays <rbays@roatan.lenny32.lenny32> | 2009-09-14 09:05:27 -0700 |
---|---|---|
committer | Robert Bays <rbays@roatan.lenny32.lenny32> | 2009-09-14 09:05:27 -0700 |
commit | 303d68eb695f183d0c9fd1350f9bc6e3e6231386 (patch) | |
tree | 22a633191ac797d1d019965649b8d6ae0fd618ad /scripts | |
parent | 9d6f30ed2e02caa0b1a0080df511d0431c2eb860 (diff) | |
download | vyatta-cfg-quagga-303d68eb695f183d0c9fd1350f9bc6e3e6231386.tar.gz vyatta-cfg-quagga-303d68eb695f183d0c9fd1350f9bc6e3e6231386.zip |
allow install on old compaq smart-array
Diffstat (limited to 'scripts')
-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 |