Author: Daniel Baumann Description: Correcting whitespace error in include handling that broke debconf container create script. diff -Naurp open-infrastructure-compute-tools.orig/share/scripts/debconf open-infrastructure-compute-tools/share/scripts/debconf --- open-infrastructure-compute-tools.orig/share/scripts/debconf +++ open-infrastructure-compute-tools/share/scripts/debconf @@ -359,7 +359,7 @@ Debootstrap () INCLUDE="dbus" # apt repositories - INCLUDE="${INCLUDE} gnupg" + INCLUDE="${INCLUDE},gnupg" if ( echo "${MIRROR}" | grep -qs '^https' ) || \ ( echo "${PARENT_MIRROR}" | grep -qs '^https' )