diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-02 20:46:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-02 20:46:42 +0000 |
commit | c0738061fe48f544229008fc3ae37e739465724f (patch) | |
tree | ad302320824bf32fa50f19a2cd916f19646552b7 /share/build-scripts/debootstrap | |
parent | Also passing explicit directory output-format to mmdebstrap in build scripts. (diff) | |
download | compute-tools-c0738061fe48f544229008fc3ae37e739465724f.tar.xz compute-tools-c0738061fe48f544229008fc3ae37e739465724f.zip |
Also passing root as sandbox user to mmdebstrap in build scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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 738f75b..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="--format=directory --mode=root" + BOOTSTRAP_OPTIONS="--format=directory --mode=root --aptopt='APT::Sandbox::User \"root\"'" ;; esac |