diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-08 20:56:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-08 20:58:27 +0000 |
commit | 6fadb3f27c48bb92f9f9de5977707a6b244aac54 (patch) | |
tree | 77ba7eda873c5fdf974acea40b71d7acb430377e /meta/recipes-core | |
parent | cda502815c6acf789e1a0db7a7a1a7015b4ef71d (diff) | |
download | openembedded-core-6fadb3f27c48bb92f9f9de5977707a6b244aac54.tar.gz openembedded-core-6fadb3f27c48bb92f9f9de5977707a6b244aac54.tar.bz2 openembedded-core-6fadb3f27c48bb92f9f9de5977707a6b244aac54.zip |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 2 |
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 fe4c50ca46..a9cc15a002 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 \ " |