Browse Source

fix(systemd): include all nss libraries

Include all nss libraries so other modules dont have to.
master
Jóhann B. Guðmundsson 4 years ago committed by Harald Hoyer
parent
commit
b3bbf5fb6a
  1. 6
      modules.d/00systemd/module-setup.sh

6
modules.d/00systemd/module-setup.sh

@ -245,4 +245,10 @@ install() { @@ -245,4 +245,10 @@ install() {
} >> "$initdir/etc/systemd/journald.conf"

$SYSTEMCTL -q --root "$initdir" set-default multi-user.target

# Install library file(s)
_arch=${DRACUT_ARCH:-$(uname -m)}
inst_libdir_file \
{"tls/$_arch/",tls/,"$_arch/",}"libnss_*"

}

Loading…
Cancel
Save