There was a fatal error, go back and let the user re-select their drives and method instead of trying to proceed with a broken install. Resolves: rhbz#599484 --- storage/partitioning.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/partitioning.py b/storage/partitioning.py index 5e3a2d7..519350b 100644 --- a/storage/partitioning.py +++ b/storage/partitioning.py @@ -254,7 +254,7 @@ def doAutoPartition(anaconda): if anaconda.isKickstart: sys.exit(0) else: - return + return DISPATCH_BACK # sanity check the collection of devices log.warning("not sanity checking storage config because I don't know how yet") -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list