summarylogtreecommitdiffstats
path: root/initcpio-install-systemd
diff options
context:
space:
mode:
Diffstat (limited to 'initcpio-install-systemd')
-rw-r--r--initcpio-install-systemd5
1 files changed, 0 insertions, 5 deletions
diff --git a/initcpio-install-systemd b/initcpio-install-systemd
index d416e970701d..b9d79857ad14 100644
--- a/initcpio-install-systemd
+++ b/initcpio-install-systemd
@@ -121,11 +121,6 @@ build() {
add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
add_symlink "/usr/lib/systemd/system/ctrl-alt-del.target" "reboot.target"
- # This code moved to glibc with 2.35-1, so the shared library is just empty.
- # Keep it for the time being - but with final file name - for older glibc packages.
- # TODO: Remove once settled!
- add_binary '/usr/lib/libnss_files.so.2'
-
printf '%s\n' >"$BUILDROOT/etc/nsswitch.conf" \
'passwd: files' \
'group: files' \