summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index 7c1751e85..75fd189c9 100755
--- a/anaconda
+++ b/anaconda
@@ -474,7 +474,7 @@ def runRescueMode(anaconda, opts):
# We need an interface before running kickstart execute methods for
# storage.
- from snack import *
+ from snack import SnackScreen
screen = SnackScreen()
anaconda.intf = rescue.RescueInterface(screen)
@@ -881,7 +881,7 @@ if __name__ == "__main__":
users.createLuserConf(anaconda.rootPath)
if opts.rescue:
- runRescueMode(anaconda)
+ runRescueMode(anaconda, opts)
# comment out the next line to make exceptions non-fatal
from pyanaconda.exception import initExceptionHandling