summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue.py b/rescue.py
index b0d83431a..496fb8470 100644
--- a/rescue.py
+++ b/rescue.py
@@ -203,9 +203,9 @@ def runRescue(instPath, mountroot, id):
win = nextWindow()
if classNames[step] == "NetworkDeviceWindow":
- args = (id.network, dir, intf, 0)
+ args = (id.network, dir, intf, None, 0)
else:
- args = (id.network, dir, intf)
+ args = (id.network, dir, intf, None)
rc = apply(win, (screen, ) + args)
if rc == INSTALL_NOOP: