We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a32e0a commit 64931c7Copy full SHA for 64931c7
1 file changed
repro.in
@@ -171,6 +171,8 @@ function init_chroot(){
171
172
systemd-machine-id-setup --root="$BUILDDIRECTORY"/root
173
msg2 "Setting up keyring, this might take a while..."
174
+ exec_nspawn root pacman-key --init &> /dev/null
175
+ exec_nspawn root pacman-key --populate archlinux &> /dev/null
176
177
msg2 "Updating and installing base & base-devel"
178
exec_nspawn root pacman -Syu base-devel --noconfirm
0 commit comments