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:
Morten Linderud 2024-09-24 10:12:41 +02:00
parent b4d12c1f1e
commit 66f37ab075
No known key found for this signature in database
GPG Key ID: 9C02FF419FECBE16

View File

@ -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")