summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-24 18:20:19 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-24 18:20:19 +0000
commit3d72af9a7c6cfedbd47b327074947ddd81afc9d2 (patch)
treed727b8530b9b84e79b60a4ada7d243312d9b685d /rescue.py
parent11e8e1bdc117b572697f30a0d85d8bd42a772196 (diff)
downloadanaconda-3d72af9a7c6cfedbd47b327074947ddd81afc9d2.tar.gz
anaconda-3d72af9a7c6cfedbd47b327074947ddd81afc9d2.tar.xz
anaconda-3d72af9a7c6cfedbd47b327074947ddd81afc9d2.zip
2007-01-24 Jeremy Katz <katzj@redhat.com>
* rescue.py (runRescue): Fix fsystem mounting * anaconda: Pass instClass
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index d56011ed4..f58c7ffc2 100644
--- a/rescue.py
+++ b/rescue.py
@@ -185,7 +185,7 @@ def runShell(screen = None, msg=""):
if screen:
screen.finish()
-def runRescue(anaconda):
+def runRescue(anaconda, instClass):
for file in [ "services", "protocols", "group", "joe", "man.config",
"nsswitch.conf", "selinux", "mke2fs.conf" ]:
try:
@@ -269,6 +269,7 @@ def runRescue(anaconda):
screen = SnackScreen()
anaconda.intf = RescueInterface(screen)
+ anaconda.setMethod(instClass)
# prompt to see if we should try and find root filesystem and mount
# everything in /etc/fstab on that root