Legacy re-name of function.

This commit is contained in:
Anton Hvornum 2021-06-14 14:49:49 +02:00
parent 51cb64cc97
commit 630dedadd1
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ def get_default_partition_layout(block_devices):
# TODO: Implement sane generic layout for 2+ drives
def wipe_and_create_partitions(block_device :BlockDevice) -> dict:
if hasUEFI():
if has_uefi():
partition_type = 'gpt'
else:
partition_type = 'msdos'