From 89256b467bf067ecdaa55bf195c870fed980a286 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 20 Jun 2018 08:37:32 +0200 Subject: [PATCH] fix arch_base --- usr/lib/initcpio/install/arch_base | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr/lib/initcpio/install/arch_base b/usr/lib/initcpio/install/arch_base index b674b92bf..f8785d624 100644 --- a/usr/lib/initcpio/install/arch_base +++ b/usr/lib/initcpio/install/arch_base @@ -135,7 +135,7 @@ build () #systemd files apps="busctl bootctl coredumpctl hostnamectl journalctl kernel-install localectl \ loginctl machinectl networkctl systemctl systemd-analyze systemd-ask-password \ - systemd-cat systemd-cgls systemd-cgtop \ + systemd-cat systemd-cgls systemd-cgtop \ systemd-delta systemd-detect-virt systemd-escape systemd-firstboot systemd-hwdb systemd-inhibit systemd-machine-id-setup \ systemd-mount systemd-notify systemd-nspawn systemd-path systemd-resolve \ systemd-run systemd-socket-activate systemd-stdio-bridge systemd-sysusers systemd-tmpfiles \ @@ -173,7 +173,6 @@ build () add_file "/usr/lib/libnss_systemd.so.2" ### fix tmpfiles startup add_file "/usr/lib/libnss_compat.so.2" - add_file "/usr/lib/libnsl.so.1" ### add udev, which is not covered by udev hook add_binary "logger" @@ -187,12 +186,12 @@ build () ### add pacman apps="pacman pacman-key pacman-db-upgrade pacsort pactree cleanupdelta makepkg pacman-optimize pkgdelta \ - rankmirrors repo-add repo-elephant testpkg vercmp curl gpg-agent haveged gpg" + rankmirrors repo-add repo-elephant testpkg vercmp curl gpg-agent haveged" for i in $apps; do add_binary "$i" done - symlinks="/usr/bin/repo-remove" + symlinks="/usr/bin/gpg /usr/bin/repo-remove" for i in $symlinks; do # echo "Checking $i" # if [ -e $i ]; then