From d22fb17c82599795783c40d71c7ab3ccf28af97f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 28 Apr 2022 20:14:49 +0200 Subject: [PATCH] move pacman-init to base --- usr/lib/initcpio/install/archboot_base_common | 2 +- .../{pacman => base}/etc/systemd/system/pacman-init.service | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename usr/share/archboot/{pacman => base}/etc/systemd/system/pacman-init.service (100%) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index d2fc4439d..95543bf50 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -119,7 +119,7 @@ build () map add_file "/etc/pacman.conf" "/etc/makepkg.conf" "/etc/pacman.d/mirrorlist" # add pacman initialisation of gpg keys add_dir "/etc/pacman.d/gnupg" - add_file "/usr/share/archboot/pacman/etc/systemd/system/pacman-init.service" "/etc/systemd/system/pacman-init.service" + add_file "/usr/share/archboot/base/etc/systemd/system/pacman-init.service" "/etc/systemd/system/pacman-init.service" add_symlink "/etc/systemd/system/multi-user.target.wants/pacman-init.service" "/etc/systemd/system/pacman-init.service" map add_full_dir "/usr/share/pacman/keyrings" "/usr/share/makepkg" # add local installed pacman database in container mode diff --git a/usr/share/archboot/pacman/etc/systemd/system/pacman-init.service b/usr/share/archboot/base/etc/systemd/system/pacman-init.service similarity index 100% rename from usr/share/archboot/pacman/etc/systemd/system/pacman-init.service rename to usr/share/archboot/base/etc/systemd/system/pacman-init.service