From 910265ce6a4ce24a199a0e7daac5465d89de9df9 Mon Sep 17 00:00:00 2001 From: Joel Michael Date: Fri, 8 Sep 2023 09:09:50 +1000 Subject: [PATCH] add Debian 12 bookworm codename --- bootstrap-salt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ea65e8d59..0e5811afe 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1710,6 +1710,9 @@ __debian_codename_translation() { "11") DISTRO_CODENAME="bullseye" ;; + "12") + DISTRO_CODENAME="bookworm" + ;; *) DISTRO_CODENAME="stretch" ;;