Skip to content

Commit

Permalink
fix(systemd): include all nss libraries
Browse files Browse the repository at this point in the history
Include all nss libraries so other modules dont have to.
  • Loading branch information
johannbg authored and haraldh committed May 3, 2021
1 parent 562cb77 commit b3bbf5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules.d/00systemd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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_*"

}

0 comments on commit b3bbf5f

Please sign in to comment.