From c1394f28dd6db59b48a3b3e962cd29c1068aef94 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 25 Sep 2023 06:57:55 +0200 Subject: [PATCH] remove nscd --- usr/lib/initcpio/install/archboot_base_common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index eaf7afee0..189f9f7d4 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -14,7 +14,7 @@ build () partprobe cp dir du ls mv rm sed grep kill killall more ps pwd rmdir true cat \ mkdir echo false sleep kmod pidof touch chmod find wc uname yes awk halt \ shutdown reboot poweroff insmod modprobe sh dd sort zstd date tee mktemp \ - install pgrep mkfs.btrfs rmmod mountpoint gzip ldconfig nscd ln top df cut \ + install pgrep mkfs.btrfs rmmod mountpoint gzip ldconfig ln top df cut \ stat tr passwd od tar bsdtar dialog ### add nano @@ -37,7 +37,7 @@ build () map add_full_dir /etc/profile.d /usr/share/terminfo add_symlink /usr/lib/terminfo ../share/terminfo _SYSTEMFILES="bash.bash_logout bash.bashrc crypttab fstab host.conf hosts \ - inputrc mke2fs.conf nscd.conf nsswitch.conf protocols \ + inputrc mke2fs.conf nsswitch.conf protocols \ request-key.conf securetty services" for i in ${_SYSTEMFILES}; do add_file "/etc/${i}"