Skip to content

Commit

Permalink
fix(systemd-resolved): remove nss libraries
Browse files Browse the repository at this point in the history
Removing inclution of nss libraries since they are part of
the systemd module now.
  • Loading branch information
johannbg authored and haraldh committed May 3, 2021
1 parent b3bbf5f commit 12bef83
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules.d/01systemd-resolved/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 12bef83

Please sign in to comment.