* [PATCH] systemd-compat-units: Handle nfs scripts
@ 2014-02-08 20:56 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-02-08 20:56 UTC (permalink / raw)
To: openembedded-core
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>
---
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 \
"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-08 20:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 20:56 [PATCH] systemd-compat-units: Handle nfs scripts Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.