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-09 09:40:00 +0000 |
commit | c7ee4de62bc1542450e2048f87822788d85b1308 (patch) | |
tree | 3a444b5e447300822b172bccabd320267ff06e31 /meta | |
parent | 3a590e85808c6fae32f8a40aa003d373d097de9d (diff) | |
download | poky-c7ee4de62bc1542450e2048f87822788d85b1308.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.
(From OE-Core rev: 6fadb3f27c48bb92f9f9de5977707a6b244aac54)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = " \ | |||
15 | busybox-udhcpc \ | 15 | busybox-udhcpc \ |
16 | hwclock \ | 16 | hwclock \ |
17 | networking \ | 17 | networking \ |
18 | nfsserver \ | ||
19 | nfscommon \ | ||
18 | syslog.busybox \ | 20 | syslog.busybox \ |
19 | " | 21 | " |
20 | 22 | ||