Try to fix /dev still being busy in containers

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-07-17 14:07:54 +02:00
parent e3b5d09829
commit 09add57642
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -51,6 +51,9 @@ pacman-key --populate archlinux
# Stop agent to free /dev mount # Stop agent to free /dev mount
export GNUPGHOME=/etc/pacman.d/gnupg export GNUPGHOME=/etc/pacman.d/gnupg
gpgconf --kill gpg-agent gpgconf --kill gpg-agent
# Give the agent some time to die
sleep 5
EOF EOF
# Pack rootfs # Pack rootfs