Add extra space

This commit is contained in:
asonix 2023-01-12 21:00:23 -06:00
parent 536167e51a
commit f5c5dee1b2

View file

@ -123,7 +123,7 @@ def get_partition(p: Dict[str, Any], out_file: str) -> Partition:
def compute_image_size(partitions: List[Partition]) -> int:
# leave some space for backup gpt
size = 97
size = 120
for p in partitions:
if p.size is None:
if p.source_size is None: