From: Jóhann B. Guðmundsson Date: Sat, 1 May 2021 07:55:28 +0000 (+0000) Subject: fix(systemd-resolved): remove nss libraries X-Git-Tag: 054~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12bef83cdaf329e3ee2cc1f282bd9c128ec0fc56;p=thirdparty%2Fdracut.git fix(systemd-resolved): remove nss libraries Removing inclution of nss libraries since they are part of the systemd module now. --- diff --git a/modules.d/01systemd-resolved/module-setup.sh b/modules.d/01systemd-resolved/module-setup.sh index 044164b36..a1d56d919 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 \