summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Klausen <kristian@klausen.dk>2023-06-26 19:23:47 +0200
committerKristian Klausen <kristian@klausen.dk>2023-06-26 19:24:03 +0200
commit83c5857030ef2dbfa5bca6bd356de8442e035a17 (patch)
treecd7d1e8ce974a10b240a7478bf5f6465ef69409d
parentf18ebba704d6f51f3567f8ccf3ed41061b1d2fce (diff)
parent7884f3ab96c62f470f2d12ab6d485a9162ca2c94 (diff)
Merge branch 'pacstrap-K' into 'master'
Initialize an empty pacman keyring in the target See merge request archlinux/arch-boxes!193
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f639cd4..5e3bba3 100755
--- a/build.sh
+++ b/build.sh
@@ -77,7 +77,7 @@ EOF
echo "Server = ${MIRROR}" >mirrorlist
# We use the hosts package cache
- pacstrap -c -C pacman.conf -M "${MOUNT}" base linux grub openssh sudo btrfs-progs dosfstools efibootmgr
+ pacstrap -c -C pacman.conf -K -M "${MOUNT}" base linux grub openssh sudo btrfs-progs dosfstools efibootmgr
cp mirrorlist "${MOUNT}/etc/pacman.d/"
}