diff options
-rw-r--r-- | textw/partition_text.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index ecd560487..0abdd815a 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -1598,7 +1598,8 @@ class PartitionTypeWindow: anaconda.id.partitions.autoClearPartType = partmethod_ans anaconda.id.partitions.autoClearPartDrives = sel - + break + # ask to review autopartition layout - but only if it's not custom partitioning anaconda.dispatch.skipStep("partition", skip = 0) anaconda.dispatch.skipStep("bootloader", skip = 0) |