Skip to content

Commit 12bef83

Browse files
johannbgharaldh
authored andcommitted
fix(systemd-resolved): remove nss libraries
Removing inclution of nss libraries since they are part of the systemd module now.
1 parent b3bbf5f commit 12bef83

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules.d/01systemd-resolved/module-setup.sh

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ install() {
4545
# Enable systemd type unit(s)
4646
$SYSTEMCTL -q --root "$initdir" enable systemd-resolved.service
4747

48-
# Install library file(s)
49-
_arch=${DRACUT_ARCH:-$(uname -m)}
50-
inst_libdir_file \
51-
{"tls/$_arch/",tls/,"$_arch/",}"libnss_dns.so.*" \
52-
{"tls/$_arch/",tls/,"$_arch/",}"libnss_mdns4_minimal.so.*" \
53-
{"tls/$_arch/",tls/,"$_arch/",}"libnss_myhostname.so.*" \
54-
{"tls/$_arch/",tls/,"$_arch/",}"libnss_resolve.so.*"
55-
5648
# Install the hosts local user configurations if enabled.
5749
if [[ $hostonly ]]; then
5850
inst_multiple -H -o \

0 commit comments

Comments
 (0)