From 21b60fc7441746e02a54e4b4bd5c9f1236554caf Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 1 Nov 2016 18:46:03 +0100 Subject: nfs-utils: don't try to load kernel module This conflicts with KERNEL_MODULE_AUTOLOAD += "nfsd". Signed-off-by: Andreas Oberritter --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta') diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb index a0566d1d52..980acfa656 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb @@ -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 -- cgit 1.2.3-korg