From ba586166f847bf6b79b217e7614c127ba6fcb813 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Sat, 1 Feb 2025 10:31:15 -0500 Subject: [PATCH] Pad output size --- templeos-slipstream | 1 + 1 file changed, 1 insertion(+) diff --git a/templeos-slipstream b/templeos-slipstream index 81183fe..7e55c97 100755 --- a/templeos-slipstream +++ b/templeos-slipstream @@ -27,6 +27,7 @@ def make_slipstream_iso(): ) + 2048 ) + output_size = round_up(int(output_size * 1.2), 2048) print(str(output_size)) # Zero the output file res = os.system(