Related: rhbz#709961 --- iw/autopart_type.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/iw/autopart_type.py b/iw/autopart_type.py index 9e9c2cd..1931e9e 100644 --- a/iw/autopart_type.py +++ b/iw/autopart_type.py @@ -161,6 +161,7 @@ class PartitionTypeWindow(InstallWindow): if self.buttonGroup.getCurrent() == "custom": self.dispatch.skipStep("autopartitionexecute", skip = 1) + self.dispatch.skipStep("cleardiskssel", skip = 1) self.dispatch.skipStep("partition", skip = 0) self.dispatch.skipStep("bootloader", skip = 0) @@ -194,6 +195,7 @@ class PartitionTypeWindow(InstallWindow): self.storage.doAutoPart = True + self.dispatch.skipStep("cleardiskssel", skip = 0) if self.reviewButton.get_active(): self.dispatch.skipStep("partition", skip = 0) self.dispatch.skipStep("bootloader", skip = 0) -- 1.7.3.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list