Remove -d option in pacstrap

This commit is contained in:
Filippo Squillace 2022-12-18 12:49:40 +00:00 committed by Filippo Squillace
parent 60c7d1c5d0
commit 30967bc15f
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ fi
if [[ "$TRAVIS_BRANCH" == "master" ]]
then
export AWS_DEFAULT_REGION=eu-west-1
export AWS_DEFAULT_REGION=auto
# Upload image
# The put is done via a temporary filename in order to prevent outage on the
# production file for a longer period of time.

View file

@ -62,7 +62,7 @@ function build_image_env(){
info "Installing pacman and its dependencies..."
# All the essential executables (ln, mkdir, chown, etc) are in coreutils
# bwrap command belongs to bubblewrap
sudo pacstrap -G -M -d "${maindir}"/root pacman coreutils bubblewrap
sudo pacstrap -G -M "${maindir}"/root pacman coreutils bubblewrap
if [[ ${ARCH} != "arm" ]]
then