[oe-commits] Richard Purdie : systemd-compat-units: Handle nfs scripts

git at git.openembedded.org git at git.openembedded.org
Sat Feb 8 21:00:08 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6fadb3f27c48bb92f9f9de5977707a6b244aac54
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6fadb3f27c48bb92f9f9de5977707a6b244aac54

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Feb  8 20:56:02 2014 +0000

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 at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd-compat-units.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index fe4c50c..a9cc15a 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 \
 "
 



More information about the Openembedded-commits mailing list