summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 554bcc66d..3b54f3a2a 100755
--- a/gui.py
+++ b/gui.py
@@ -132,7 +132,7 @@ class PartitionWindow:
rootpart = ""
for i in range(0, numext2):
if buttons[i].active:
- rootpart = "/dev/%s%d" % (device, i + 1)
+ rootpart = "%s%d" % (device, i + 1)
todo.addMount(rootpart, '/')