summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/rootpartition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 5330986c9..9545d7a4f 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -51,7 +51,7 @@ class PartitionWindow (InstallWindow):
print "raid", raid
for (mount, device, other) in raid:
- self.todo.addMount("/dev/" + device, mount, "ext2")
+ self.todo.addMount(device, mount, "ext2")
print "self.todo.mounts", self.todo.mounts