summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 4a03c2bff..8e9f7ed10 100644
--- a/rescue.py
+++ b/rescue.py
@@ -76,7 +76,7 @@ def runRescue(serial):
rootmounted = 0
if root:
try:
- upgrade.mountRootPartition(root, fstab, '/mnt/sysimage',
+ upgrade.mountRootPartition(intf, root, fstab, '/mnt/sysimage',
allowDirty = 1)
ButtonChoiceWindow(screen, _("Rescue"),
_("Your system has been mounted under /mnt/sysimage.\n\n"