From: Richard Purdie Date: Sat, 8 Feb 2014 20:56:02 +0000 (+0000) Subject: systemd-compat-units: Handle nfs scripts X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fadb3f27c48bb92f9f9de5977707a6b244aac54;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index fe4c50ca46b..a9cc15a002c 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 \ "