Skip to content

Commit 5194b2d

Browse files
fsquillaceFilippo Squillace
authored andcommitted
Remove -d option in pacstrap
1 parent 60c7d1c commit 5194b2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ set -ux
88

99
MAX_OLD_IMAGES=5
1010
ENDPOINT="https://8da1bcd84e423c9b013b69fe1e8b4675.r2.cloudflarestorage.com"
11+
aws configure set default.region auto
12+
aws configure set default.output json
1113

1214
# ARCH can be one of: x86, x86_64, arm
1315
HOST_ARCH=$(uname -m)

lib/core/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function build_image_env(){
6262
info "Installing pacman and its dependencies..."
6363
# All the essential executables (ln, mkdir, chown, etc) are in coreutils
6464
# bwrap command belongs to bubblewrap
65-
sudo pacstrap -G -M -d "${maindir}"/root pacman coreutils bubblewrap
65+
sudo pacstrap -G -M "${maindir}"/root pacman coreutils bubblewrap
6666

6767
if [[ ${ARCH} != "arm" ]]
6868
then

0 commit comments

Comments
 (0)