From 57ddbd000eb5912c590841465bfdd454da260779 Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Thu, 2 Dec 2021 15:38:21 -0300 Subject: [PATCH] Sync pacman-init.service with upstream archiso See: https://gitlab.archlinux.org/archlinux/archiso/-/commit/d0d4fa56cbead6c6d48205f07f38be04edd0e0ec --- airootfs/etc/systemd/system/pacman-init.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/etc/systemd/system/pacman-init.service b/airootfs/etc/systemd/system/pacman-init.service index acd558f..b18f7f8 100644 --- a/airootfs/etc/systemd/system/pacman-init.service +++ b/airootfs/etc/systemd/system/pacman-init.service @@ -7,7 +7,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 [Install] WantedBy=multi-user.target