pacstrap: disable sandbox
Fixes: https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/issues/68 Signed-off-by: Morten Linderud <morten@linderud.pw>
This commit is contained in:
parent
b4d12c1f1e
commit
66f37ab075
@ -139,7 +139,7 @@ shift
|
||||
|
||||
[[ -d $newroot ]] || die "%s is not a directory" "$newroot"
|
||||
|
||||
pacman_args+=("$pacmode" "${@:-base}" --config="$pacman_config")
|
||||
pacman_args+=("$pacmode" "${@:-base}" --config="$pacman_config" --disable-sandbox)
|
||||
|
||||
if (( ! hostcache )); then
|
||||
pacman_args+=(--cachedir="$newroot/var/cache/pacman/pkg")
|
||||
|
Loading…
Reference in New Issue
Block a user