Remove the testing flag for bookworm

This commit is contained in:
Alexandre Aubin
2024-10-30 22:45:38 +01:00
parent e1af4f4137
commit 30a7dd1543

View File

@@ -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