diff --git a/build.sh b/build.sh index 61e8c31..f1ea441 100755 --- a/build.sh +++ b/build.sh @@ -246,8 +246,8 @@ case "$IMAGE_TYPE" in fi ver_debian_cd=$(dpkg-query -f '${Version}' -W debian-cd) - if dpkg --compare-versions "$ver_debian_cd" lt 3.1.36; then - echo "ERROR: You need debian-cd (>= 3.1.36), you have $ver_debian_cd" >&2 + if dpkg --compare-versions "$ver_debian_cd" lt 3.2.1+kali1; then + echo "ERROR: You need debian-cd (>= 3.2.1+kali1), you have $ver_debian_cd" >&2 exit 1 fi debug "ver_debian_cd: $ver_debian_cd" diff --git a/simple-cdd/simple-cdd.conf b/simple-cdd/simple-cdd.conf index 91de782..6277715 100644 --- a/simple-cdd/simple-cdd.conf +++ b/simple-cdd/simple-cdd.conf @@ -85,6 +85,9 @@ export ARCHIVE_KEYRING_PACKAGE=kali-archive-keyring export DESKTOP=xfce export DISKTYPE=${DISKTYPE:-DVD} +# Kali repo doesn't have dep11 metadata +export DEP11=0 + # Configure a hook to apply our customization via debian-cd export DISC_END_HOOK=$(pwd)/disc-end-hook