Legacy re-name of function.
This commit is contained in:
parent
51cb64cc97
commit
630dedadd1
|
|
@ -610,7 +610,7 @@ def get_default_partition_layout(block_devices):
|
||||||
# TODO: Implement sane generic layout for 2+ drives
|
# TODO: Implement sane generic layout for 2+ drives
|
||||||
|
|
||||||
def wipe_and_create_partitions(block_device :BlockDevice) -> dict:
|
def wipe_and_create_partitions(block_device :BlockDevice) -> dict:
|
||||||
if hasUEFI():
|
if has_uefi():
|
||||||
partition_type = 'gpt'
|
partition_type = 'gpt'
|
||||||
else:
|
else:
|
||||||
partition_type = 'msdos'
|
partition_type = 'msdos'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue