summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-18 03:45:34 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-18 03:45:34 +0000
commit3105f614b92cebd202d473d980326f534d2f0c02 (patch)
tree98c6e0a7a67b4934fc5f95c4257e0eb5d8bc5e7f /fsset.py
parent5a6253f78f105e543f2d6d831feb5883588ecb58 (diff)
downloadanaconda-3105f614b92cebd202d473d980326f534d2f0c02.tar.gz
anaconda-3105f614b92cebd202d473d980326f534d2f0c02.tar.xz
anaconda-3105f614b92cebd202d473d980326f534d2f0c02.zip
merge anaconda-10_0-branch changes back to HEAD
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index bfa2b888e..56c7cd0f7 100644
--- a/fsset.py
+++ b/fsset.py
@@ -810,7 +810,7 @@ class prepbootFileSystem(FileSystemType):
def getDiskPart(dev):
cut = len(dev)
if (dev.startswith('rd/') or dev.startswith('ida/') or
- dev.startswith('cciss/')):
+ dev.startswith('cciss/') or dev.startswith('i2o/')):
if dev[-2] == 'p':
cut = -1
elif dev[-3] == 'p':