[oe-commits] Richard Purdie : systemd-compat-units: Mask out most of initscripts

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 11:59:59 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Feb 11 10:21:46 2014 +0000

systemd-compat-units: Mask out most of initscripts

Is systemd is installed, we don't want to run most of the initscripts
package since systemd does these itself. THis patch therefore masks
out the functionality which isn't needed.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index a9cc15a..f6010d5 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -12,11 +12,21 @@ inherit allarch
 ALLOW_EMPTY_${PN} = "1"
 
 SYSTEMD_DISABLED_SYSV_SERVICES = " \
+  bootmisc.sh \
+  banner.sh \
+  checkroot.sh \
+  devpts.sh \
+  mountall.sh \
+  mountnfs.sh \
+  hostname.sh \
+  sysfs.sh \
+  urandom \
   busybox-udhcpc \
   hwclock \
   networking \
   nfsserver \
   nfscommon \
+  syslog \
   syslog.busybox \
 "
 



More information about the Openembedded-commits mailing list