[PATCH 2/2] doReIPL should return when going back through steps, too (#563862).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux