summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Bays <rbays@roatan.lenny32.lenny32>2009-09-14 09:05:27 -0700
committerRobert Bays <rbays@roatan.lenny32.lenny32>2009-09-14 09:05:27 -0700
commit303d68eb695f183d0c9fd1350f9bc6e3e6231386 (patch)
tree22a633191ac797d1d019965649b8d6ae0fd618ad /scripts
parent9d6f30ed2e02caa0b1a0080df511d0431c2eb860 (diff)
downloadvyatta-cfg-quagga-303d68eb695f183d0c9fd1350f9bc6e3e6231386.tar.gz
vyatta-cfg-quagga-303d68eb695f183d0c9fd1350f9bc6e3e6231386.zip
allow install on old compaq smart-array
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-system2
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