mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #8705 from heitbaum/nss
This commit is contained in:
commit
3cdaad9733
@ -3,10 +3,10 @@
|
|||||||
# Example configuration of GNU Name Service Switch functionality.
|
# Example configuration of GNU Name Service Switch functionality.
|
||||||
#
|
#
|
||||||
|
|
||||||
passwd: files
|
passwd: files systemd
|
||||||
group: files
|
group: files [SUCCESS=merge] systemd
|
||||||
shadow: files
|
shadow: files systemd
|
||||||
gshadow: files
|
gshadow: files systemd
|
||||||
|
|
||||||
hosts: files mdns_minimal [NOTFOUND=return] dns
|
hosts: files mdns_minimal [NOTFOUND=return] dns
|
||||||
networks: files dns
|
networks: files dns
|
||||||
|
@ -65,7 +65,8 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
|||||||
-Dlocaled=false \
|
-Dlocaled=false \
|
||||||
-Dmachined=false \
|
-Dmachined=false \
|
||||||
-Dportabled=false \
|
-Dportabled=false \
|
||||||
-Duserdb=false \
|
-Duserdb=true \
|
||||||
|
-Dnologin-path=/usr/sbin/nologin \
|
||||||
-Dhomed=disabled \
|
-Dhomed=disabled \
|
||||||
-Dnetworkd=false \
|
-Dnetworkd=false \
|
||||||
-Dtimedated=false \
|
-Dtimedated=false \
|
||||||
@ -88,7 +89,7 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \
|
|||||||
-Dnss-myhostname=false \
|
-Dnss-myhostname=false \
|
||||||
-Dnss-mymachines=disabled \
|
-Dnss-mymachines=disabled \
|
||||||
-Dnss-resolve=disabled \
|
-Dnss-resolve=disabled \
|
||||||
-Dnss-systemd=false \
|
-Dnss-systemd=true \
|
||||||
-Dman=disabled \
|
-Dman=disabled \
|
||||||
-Dhtml=disabled \
|
-Dhtml=disabled \
|
||||||
-Dlink-udev-shared=true \
|
-Dlink-udev-shared=true \
|
||||||
@ -306,4 +307,5 @@ post_install() {
|
|||||||
enable_service network-base.service
|
enable_service network-base.service
|
||||||
enable_service systemd-timesyncd.service
|
enable_service systemd-timesyncd.service
|
||||||
enable_service systemd-timesyncd-setup.service
|
enable_service systemd-timesyncd-setup.service
|
||||||
|
enable_service systemd-userdbd.socket
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,8 @@ PKG_CONFIGURE_OPTS_TARGET="${UTILLINUX_CONFIG_DEFAULT} \
|
|||||||
--enable-blkid \
|
--enable-blkid \
|
||||||
--enable-lscpu \
|
--enable-lscpu \
|
||||||
--enable-lsfd \
|
--enable-lsfd \
|
||||||
--enable-mount"
|
--enable-mount \
|
||||||
|
--enable-nologin"
|
||||||
|
|
||||||
if [ "${SWAP_SUPPORT}" = "yes" ]; then
|
if [ "${SWAP_SUPPORT}" = "yes" ]; then
|
||||||
PKG_CONFIGURE_OPTS_TARGET+=" --enable-swapon"
|
PKG_CONFIGURE_OPTS_TARGET+=" --enable-swapon"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user