From c0738061fe48f544229008fc3ae37e739465724f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 2 Oct 2022 22:46:10 +0200 Subject: Also passing root as sandbox user to mmdebstrap in build scripts. Signed-off-by: Daniel Baumann --- share/build-scripts/debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/build-scripts/debootstrap') 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 -- cgit v1.2.3