mirror of
https://github.com/luzifer-docker/archlinux.git
synced 2024-11-08 15:30:09 +00:00
Try to fix /dev still being busy in containers
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e3b5d09829
commit
09add57642
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ pacman-key --populate archlinux
|
|||
# Stop agent to free /dev mount
|
||||
export GNUPGHOME=/etc/pacman.d/gnupg
|
||||
gpgconf --kill gpg-agent
|
||||
|
||||
# Give the agent some time to die
|
||||
sleep 5
|
||||
EOF
|
||||
|
||||
# Pack rootfs
|
||||
|
|
Loading…
Reference in a new issue