images/archlinux: drop pkill gpg-agent

This wasn't working properly: we weren't waiting for gpg-agent to
finish (just sending the signal). As a result, umount was still
failing.

The new PID namespace stuff supersedes this.
This commit is contained in:
Simon Ser 2024-03-16 16:53:27 +01:00
parent 9668eb0856
commit 813d720117
1 changed files with 0 additions and 2 deletions

View File

@ -145,5 +145,3 @@ EOF
run_root pacman --noconfirm -Rs go
paccache -rk0 -c "$root/var/cache/pacman/pkg"
pkill gpg-agent || true