remove duplicate print

This commit is contained in:
Andreas Zweili 2021-12-20 15:45:58 +01:00
parent faee1d933e
commit d8c1de19e7
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ def _partition_suffix(disk):
def create_boot_partition(disk):
print("Create boot partition.")
boot_partition = "{}{}1".format(disk, _partition_suffix(disk))
print("Create boot partition {}.".format(boot_partition))
_run_command(["parted", "--script", disk, "mkpart",