Without this change, going backwards from package installation errors will bounce at the reipl step and go forwards again without giving you a chance to do anything about it. The result is arbitrary errors about setting up authentication because no packages were installed. --- packages.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages.py b/packages.py index ffe1cb6..ed9ed35 100644 --- a/packages.py +++ b/packages.py @@ -345,7 +345,7 @@ def doReIPL(anaconda): # import pdb # pdb.set_trace () - if not iutil.isS390(): + if not iutil.isS390() or anaconda.dir == DISPATCH_BACK: return DISPATCH_NOOP messageInfo = iutil.reIPL(anaconda, os.getppid()) -- 1.6.5.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list