]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-compat-units: Handle nfs scripts
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2014 20:56:02 +0000 (20:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2014 20:58:27 +0000 (20:58 +0000)
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>
meta/recipes-core/systemd/systemd-compat-units.bb

index fe4c50ca46b34c398670517a7f1299c240f35867..a9cc15a002ce17bbe12d4da56d1336072fc2c59b 100644 (file)
@@ -15,6 +15,8 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \
   busybox-udhcpc \
   hwclock \
   networking \
+  nfsserver \
+  nfscommon \
   syslog.busybox \
 "