diff --git a/pyanaconda/modules/storage/partitioning/custom/custom_partitioning.py b/pyanaconda/modules/storage/partitioning/custom/custom_partitioning.py index e2e67904bf4..e0f6680481c 100644 --- a/pyanaconda/modules/storage/partitioning/custom/custom_partitioning.py +++ b/pyanaconda/modules/storage/partitioning/custom/custom_partitioning.py @@ -99,7 +99,7 @@ def _execute_reqpart(self, storage, data): :param storage: an instance of the Blivet's storage object :param data: an instance of kickstart data """ - if not data.reqpart.reqpart: + if not data.reqpart.addBoot: return log.debug("Looking for platform-specific requirements.")