From b458599725172c3e5a5eaab52dae2092081f5620 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 1 Aug 2020 20:12:32 -0400 Subject: [releng] add archlinux32 in pacman-init Signed-off-by: David P --- configs/releng/airootfs/etc/systemd/system/pacman-init.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/releng') diff --git a/configs/releng/airootfs/etc/systemd/system/pacman-init.service b/configs/releng/airootfs/etc/systemd/system/pacman-init.service index e2511a9..6e9b84d 100644 --- a/configs/releng/airootfs/etc/systemd/system/pacman-init.service +++ b/configs/releng/airootfs/etc/systemd/system/pacman-init.service @@ -12,8 +12,7 @@ After=etc-pacman.d-gnupg.mount Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/pacman-key --init -ExecStart=/usr/bin/pacman-key --populate archlinux -ExecStart=/usr/bin/pacman-key --populate parabola +ExecStart=/usr/bin/pacman-key --populate parabola archlinux archlinux32 [Install] WantedBy=multi-user.target -- cgit v1.2.2