From 12bef83cdaf329e3ee2cc1f282bd9c128ec0fc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Sat, 1 May 2021 07:55:28 +0000 Subject: [PATCH] fix(systemd-resolved): remove nss libraries Removing inclution of nss libraries since they are part of the systemd module now. --- modules.d/01systemd-resolved/module-setup.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules.d/01systemd-resolved/module-setup.sh b/modules.d/01systemd-resolved/module-setup.sh index 044164b3..a1d56d91 100755 --- a/modules.d/01systemd-resolved/module-setup.sh +++ b/modules.d/01systemd-resolved/module-setup.sh @@ -45,14 +45,6 @@ install() { # Enable systemd type unit(s) $SYSTEMCTL -q --root "$initdir" enable systemd-resolved.service - # Install library file(s) - _arch=${DRACUT_ARCH:-$(uname -m)} - inst_libdir_file \ - {"tls/$_arch/",tls/,"$_arch/",}"libnss_dns.so.*" \ - {"tls/$_arch/",tls/,"$_arch/",}"libnss_mdns4_minimal.so.*" \ - {"tls/$_arch/",tls/,"$_arch/",}"libnss_myhostname.so.*" \ - {"tls/$_arch/",tls/,"$_arch/",}"libnss_resolve.so.*" - # Install the hosts local user configurations if enabled. if [[ $hostonly ]]; then inst_multiple -H -o \