summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorbrosenkr <brosenkr>2000-08-04 12:21:53 +0000
committerbrosenkr <brosenkr>2000-08-04 12:21:53 +0000
commit0e7917f3055d20e2487eaffabbefd557f547def9 (patch)
tree863095380b3fa69903eef861219ed618be284d97 /fstab.py
parent9755fe7f4f14f9c0d5b3f5cf488c1c180f4679a7 (diff)
downloadanaconda-0e7917f3055d20e2487eaffabbefd557f547def9.tar.gz
anaconda-0e7917f3055d20e2487eaffabbefd557f547def9.tar.xz
anaconda-0e7917f3055d20e2487eaffabbefd557f547def9.zip
Support new SmartArray controller, required by SAP, patch from Karsten
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 521fb2e2a..aced6dbdd 100644
--- a/fstab.py
+++ b/fstab.py
@@ -1021,7 +1021,8 @@ def readFstab (path, fstab):
fields[0][0:7] == "/dev/sd" or
fields[0][0:9] == "/dev/loop" or
fields[0][0:8] == "/dev/rd/" or
- fields[0][0:9] == "/dev/ida/"):
+ fields[0][0:9] == "/dev/ida/") or
+ fields[0][0:11] == "/dev/cciss/") :
# this skips swap files! todo has to put them back for upgrades