summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-07 14:47:59 +0200
committerErich Eckner <git@eckner.net>2021-02-14 14:54:46 +0100
commit7ff7589a24e9698c33484dfe7019345df394f3b0 (patch)
treefd51ea1368e3200d9ad32c8a73362df2f3621241
parent3662f91414002c3dc0a52f4e2957f1ce03e966ea (diff)
downloadarchiso32-7ff7589a24e9698c33484dfe7019345df394f3b0.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