summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-01-29 12:07:13 -0500
committerPeter Jones <pjones@redhat.com>2010-02-05 12:03:03 -0500
commit377d9ed2049ca6efaa179f40acfbafb6f8ae3f5f (patch)
treefee8d025495980459d611d9e7ffcc83692d1b800 /rescue.py
parenta667d3972cea048d7890ef894bf3f95ee9fe4dbb (diff)
downloadanaconda-377d9ed2049ca6efaa179f40acfbafb6f8ae3f5f.tar.gz
anaconda-377d9ed2049ca6efaa179f40acfbafb6f8ae3f5f.tar.xz
anaconda-377d9ed2049ca6efaa179f40acfbafb6f8ae3f5f.zip
Add missing methods to RescueInterface
Some methods have been added to other intfs but not to RescueInterface; they must be added there as well.
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/rescue.py b/rescue.py
index 4ae4d6f00..7f4815034 100644
--- a/rescue.py
+++ b/rescue.py
@@ -102,6 +102,12 @@ class RescueInterface:
w.pop()
return (passphrase, isglobal)
+ def resetInitializeDiskQuestion(self):
+ self._initLabelAnswers = {}
+
+ def resetReinitInconsistentLVMQuestion(self):
+ self._inconsistentLVMAnswers = {}
+
def shutdown (self):
pass