summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 21:08:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 21:08:40 +0000
commitd2e5e8d7e38bf2c19d14682002645fe1880648b3 (patch)
tree2867b6fda6d72269a180c14c655b33bf62dda791 /share/build-scripts/debconf
parentAdding upstream version 20220721. (diff)
downloadopen-infrastructure-compute-tools-d2e5e8d7e38bf2c19d14682002645fe1880648b3.tar.xz
open-infrastructure-compute-tools-d2e5e8d7e38bf2c19d14682002645fe1880648b3.zip
Adding upstream version 20221002.upstream/20221002
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/build-scripts/debconf')
-rwxr-xr-xshare/build-scripts/debconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf
index ac5f9cd..b589fce 100755
--- a/share/build-scripts/debconf
+++ b/share/build-scripts/debconf
@@ -405,7 +405,8 @@ Debootstrap ()
mmdebstrap)
mmdebstrap --arch=${ARCHITECTURE} --components=${PARENT_ARCHIVE_AREAS} \
- --mode=root --include=${INCLUDE} ${PARENT_DISTRIBUTION} "${DIRECTORY}" ${PARENT_MIRROR}
+ --format=directory --mode=root --aptopt='APT::Sandbox::User "root"' \
+ --include=${INCLUDE} ${PARENT_DISTRIBUTION} "${DIRECTORY}" ${PARENT_MIRROR}
;;
*)