Skip to content

Commit 64931c7

Browse files
committed
[repro] Inititalize keyring
Signed-off-by: Morten Linderud <morten@linderud.pw>
1 parent 6a32e0a commit 64931c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

repro.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ function init_chroot(){
171171

172172
systemd-machine-id-setup --root="$BUILDDIRECTORY"/root
173173
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
174176

175177
msg2 "Updating and installing base & base-devel"
176178
exec_nspawn root pacman -Syu base-devel --noconfirm

0 commit comments

Comments
 (0)