packer: add support for Debian/bookworm
[grml-debootstrap.git] / packer / debian64_provision.sh
index 2a416de..98b4d37 100644 (file)
@@ -234,7 +234,7 @@ grml_debootstrap_execution() {
 apply_nic_workaround() {
   # release specific stuff
   case "$DEBIAN_VERSION" in
-    stretch|buster|bullseye|unstable|sid)
+    stretch|buster|bullseye|bookworm|unstable|sid)
       ;;
     *)
       echo "* Debian $DEBIAN_VERSION doesn't require NIC workaround"