Some methods have been added to other intfs but not to RescueInterface; they must be added there as well. --- rescue.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/rescue.py b/rescue.py index 4ae4d6f..7f48150 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 -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list