summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index bc84b7c02..fc8f0f3d4 100644
--- a/instdata.py
+++ b/instdata.py
@@ -260,7 +260,7 @@ class InstallData:
if m.count(":") == 3:
(part, fs, dir) = string.split(m[3:], ":")
else:
- (part, dir) = string.split(m[3:])
+ (part, dir) = string.split(m[3:], ":")
f.write("harddrive --partition=%s --dir=%s\n" % (part, dir))
elif m.startswith("nfs:"):