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/debootstrap | |
parent | Adding upstream version 20220721. (diff) | |
download | open-infrastructure-compute-tools-f728b9a7cec357eabdcc76d9e0026c1ea0b93726.tar.xz open-infrastructure-compute-tools-f728b9a7cec357eabdcc76d9e0026c1ea0b93726.zip |
Adding upstream version 20221002.upstream/20221002
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/build-scripts/debootstrap')
-rwxr-xr-x | share/build-scripts/debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap index 2cfa328..567ee6b 100755 --- a/share/build-scripts/debootstrap +++ b/share/build-scripts/debootstrap @@ -136,7 +136,7 @@ case "${SCRIPT}" in mmdebstrap) BOOTSTRAP="/usr/bin/mmdebstrap" - BOOTSTRAP_OPTIONS="--mode=root" + BOOTSTRAP_OPTIONS="--format=directory --mode=root --aptopt='APT::Sandbox::User \"root\"'" ;; esac |