From 716bf920f54c9e0587d8e3979d2cbdbfbadc912a Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Sun, 12 Oct 2025 19:04:03 -0600 Subject: [PATCH] non-free-firmware on trixie --- image-recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-recipe/build.sh b/image-recipe/build.sh index 0576a4af2..1281579d0 100755 --- a/image-recipe/build.sh +++ b/image-recipe/build.sh @@ -69,7 +69,7 @@ ARCHIVE_AREAS="main contrib" if [ "$NON_FREE" = 1 ]; then if [ "$IB_SUITE" = "bullseye" ]; then ARCHIVE_AREAS="$ARCHIVE_AREAS non-free" - elif [ "$IB_SUITE" = "bookworm" ]; then + else ARCHIVE_AREAS="$ARCHIVE_AREAS non-free-firmware" fi fi