Skip to content

Commit

Permalink
Remove -d option in pacstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fsquillace authored and Filippo Squillace committed Dec 18, 2022
1 parent 60c7d1c commit 30967bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30967bc

Please sign in to comment.