diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 21:08:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 21:08:40 +0000 |
commit | d2e5e8d7e38bf2c19d14682002645fe1880648b3 (patch) | |
tree | 2867b6fda6d72269a180c14c655b33bf62dda791 /share/build-scripts/debconf | |
parent | Adding upstream version 20220721. (diff) | |
download | open-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-x | share/build-scripts/debconf | 3 |
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} ;; *) |