From a591f9a5c2d5dec0c106a3bc9308f8753b3286fa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 7 Aug 2017 14:47:59 +0200 Subject: populate keyring with archlinux32, too --- configs/releng/airootfs/etc/systemd/system/pacman-init.service | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf