summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
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':