]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
nfs-utils: don't try to load kernel module
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 1 Nov 2016 17:46:03 +0000 (18:46 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Oct 2017 02:38:27 +0000 (04:38 +0200)
This conflicts with KERNEL_MODULE_AUTOLOAD += "nfsd".

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb

index a0566d1d52f558db710f5b721c94d0c37f222f9c..980acfa656a3beafa7e777f0ffac2f7fdaed17c5 100644 (file)
@@ -133,8 +133,6 @@ do_install_append () {
                -e 's,@SYSCONFDIR@,${sysconfdir},g' \
                ${D}${systemd_unitdir}/system/*.service
        if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
-           install -d ${D}${sysconfdir}/modules-load.d
-           echo "nfsd" > ${D}${sysconfdir}/modules-load.d/nfsd.conf
            install -m 0644 ${WORKDIR}/proc-fs-nfsd.mount ${D}${systemd_unitdir}/system/
            install -d ${D}${systemd_unitdir}/system/sysinit.target.wants/
            ln -sf ../proc-fs-nfsd.mount ${D}${systemd_unitdir}/system/sysinit.target.wants/proc-fs-nfsd.mount