X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=packer%2Fdebian64_provision.sh;h=d17055455b39fd1bb4c84b28ee9cf930b05f2e0c;hb=3a8d2b760d4394a12901d0e6c0488b78f11e5ca1;hp=2a416defa9992e6255cfc7ccd7258f3c746433f6;hpb=3314417c2d2dc914523186434b3352637ef7ea12;p=grml-debootstrap.git diff --git a/packer/debian64_provision.sh b/packer/debian64_provision.sh index 2a416de..d170554 100644 --- a/packer/debian64_provision.sh +++ b/packer/debian64_provision.sh @@ -188,7 +188,7 @@ EOF elif [ "$GRML_DEBOOTSTRAP_VERSION" = "git" ] ; then echo "** GRML_DEBOOTSTRAP_VERSION is set to '$GRML_DEBOOTSTRAP_VERSION'" echo "** Using grml-debootstrap from Git repository" - git clone git://git.grml.org/grml-debootstrap.git + git clone https://github.com/grml/grml-debootstrap.git cd grml-debootstrap GRML_DEBOOTSTRAP="CONFFILES=$(pwd) $(pwd)/grml-debootstrap" elif [ "$GRML_DEBOOTSTRAP_VERSION" = "local" ] ; then @@ -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"