coreos/config/env: set NSS modules to fix rpcbind startup

By default, it will only look for services in /etc/services and end
up not listening on the network if it doesn't exist.  This uses the
file /usr/share/baselayout/services as well.
This commit is contained in:
David Michael 2016-11-28 17:57:07 -08:00
parent 89a9743470
commit 387f542bce

View File

@ -0,0 +1 @@
export EXTRA_ECONF="--with-nss-modules='files usrfiles'"