diff options
Diffstat (limited to 'storage/partitioning.py')
-rw-r--r-- | storage/partitioning.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/partitioning.py b/storage/partitioning.py index 9f4b6bb9c..50f1a68f5 100644 --- a/storage/partitioning.py +++ b/storage/partitioning.py @@ -215,6 +215,8 @@ def doAutoPartition(anaconda): if anaconda.isKickstart: sys.exit(0) + else: + return # sanity check the collection of devices log.warning("not sanity checking storage config because I don't know how yet") |