summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-02 22:06:31 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-02 22:06:31 +0000
commit890e4edfdc46016b68301f6f415efbe6a26cd934 (patch)
treec9dbe71fe0cf036bef7448137c6a06a6b2fade28 /rescue.py
parente15e1c61d613ce3d6f2a4ea318d2617f2f1215d9 (diff)
downloadanaconda-890e4edfdc46016b68301f6f415efbe6a26cd934.tar.gz
anaconda-890e4edfdc46016b68301f6f415efbe6a26cd934.tar.xz
anaconda-890e4edfdc46016b68301f6f415efbe6a26cd934.zip
2004-11-02 Jeremy Katz <katzj@redhat.com>
* rescue.py (runRescue): Fix traceback with going back in the network config (#137844)
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue.py b/rescue.py
index 5b1443883..b0d83431a 100644
--- a/rescue.py
+++ b/rescue.py
@@ -226,6 +226,8 @@ def runRescue(instPath, mountroot, id):
"from here. You will have to try "
"again."),
buttons=[_("OK")])
+ dir = 1
+ step = 0
elif step >= len(classNames):
break