summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-07 14:47:59 +0200
committerErich Eckner <git@eckner.net>2017-08-07 14:47:59 +0200
commita591f9a5c2d5dec0c106a3bc9308f8753b3286fa (patch)
treecc14c76ff5b9c71d18f5816e3ff0e79b8980529d
parent216a8ab79eecd7efd1eb2abe115841688799da60 (diff)
downloadarchiso32-a591f9a5c2d5dec0c106a3bc9308f8753b3286fa.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