summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-07 14:48:40 +0200
committerErich Eckner <git@eckner.net>2017-08-07 14:48:40 +0200
commitf5014d2188fef3ba8feef929eb43b6ecfb2859b7 (patch)
treeb99cae8b3e77ebe58b6a561b88c97c2ca2a552ba
parent6b293c529146573b241d94a2cbb26ead2eb67530 (diff)
downloadarchiso32-f5014d2188fef3ba8feef929eb43b6ecfb2859b7.tar.xz
populate keyring with archlinux32, too
-rw-r--r--configs/releng/airootfs/etc/systemd/system/pacman-init.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service
index 23b8144..6bc9aa0 100644
--- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service
+++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service
@@ -10,6 +10,7 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/pacman-key --init
ExecStart=/usr/bin/pacman-key --populate archlinux
+ExecStart=/usr/bin/pacman-key --populate archlinux32
[Install]
WantedBy=multi-user.target