fix(systemd-resolved): remove nss libraries

Removing inclution of nss libraries since they are part of
the systemd module now.
master
Jóhann B. Guðmundsson 2021-05-01 07:55:28 +00:00 committed by Harald Hoyer
parent b3bbf5fb6a
commit 12bef83cda
1 changed files with 0 additions and 8 deletions

View File

@ -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 \