X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=packer%2Fdebian64_provision.sh;fp=packer%2Fdebian64_provision.sh;h=98b4d37427f925f08f8336a0798da13a3a7c2671;hp=2a416defa9992e6255cfc7ccd7258f3c746433f6;hb=78eb32cb37c22f859b813aff3cfed48ec8a08150;hpb=2669404614bd984dd3188bdf4aa275b0003f42f2 diff --git a/packer/debian64_provision.sh b/packer/debian64_provision.sh index 2a416de..98b4d37 100644 --- a/packer/debian64_provision.sh +++ b/packer/debian64_provision.sh @@ -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"