From 7ff7589a24e9698c33484dfe7019345df394f3b0 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