aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-08 20:56:02 +0000
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:23 +0100
commit2b2c465df107ea0e91f308763f50f7d483496760 (patch)
tree784e26e6177355a543a097899bf5ad58315d1528 /meta/recipes-core
parentf16c9bc71eb2a54d580d48ad799e2afce91f9a0d (diff)
downloadopenembedded-core-contrib-2b2c465df107ea0e91f308763f50f7d483496760.tar.gz
systemd-compat-units: Handle nfs scripts
The nfs init scripts have both systemd and sysvinit versions with non-matching names so we need to mask out the duplicate scripts else we see NFS errors on bootup. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6fadb3f27c48bb92f9f9de5977707a6b244aac54) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index c040c93b80..8b9e3dd3c9 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -15,6 +15,8 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \
busybox-udhcpc \
hwclock \
networking \
+ nfsserver \
+ nfscommon \
syslog.busybox \
"