summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/partitioning.py b/storage/partitioning.py
index 1a6ee0ef3..8bdac9bcf 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -253,7 +253,7 @@ def shouldClear(part, clearPartType, clearPartDisks=None, protectedPartitions=No
if not isinstance(part, PartitionDevice):
return False
- if clearPartType == CLEARPART_TYPE_NONE:
+ if not clearPartType in [CLEARPART_TYPE_LINUX, CLEARPART_TYPE_ALL]:
return False
# Never clear the special first partition on a Mac disk label, as that