From 30a7dd1543073e16799c6d9332ba38a0ecbb7182 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 30 Oct 2024 22:45:38 +0100 Subject: [PATCH] Remove the testing flag for bookworm --- iso/injection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/injection.py b/iso/injection.py index ac3efe6..09f7220 100644 --- a/iso/injection.py +++ b/iso/injection.py @@ -483,7 +483,7 @@ def inject_files_into_iso( arch = "amd" if "amd64" in path_to_input_iso_file.name else "386" dist = "bookworm" if "debian-12" in path_to_input_iso_file.name else "bullseye" - testing = "testing" if dist == "bookworm" else "" + testing = "" # To be set to literally "testing" for trixie later # For some reason this 'xen' thing takes up an extra 50-70ish MB compared # to the original iso ... not sure to understand ... but doesn't seem to be