summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-01 20:12:32 -0400
committerDavid P <megver83@parabola.nu>2020-08-01 20:12:32 -0400
commitb458599725172c3e5a5eaab52dae2092081f5620 (patch)
tree92e80e6fce7caba301fa68e00a8b31c7dac772ed /configs
parent02baacc9888f75ee1898290afd6a747829a6c03e (diff)
[releng] add archlinux32 in pacman-init
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs')
-rw-r--r--configs/releng/airootfs/etc/systemd/system/pacman-init.service3
1 files changed, 1 insertions, 2 deletions
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