Do not proceed after partitioning errors in text mode (#599484)
> 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")
After long deliberation, I hesitantly agree to this patch.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|