aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core/systemd
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-01-28 09:38:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-01 17:44:21 +0100
commitc751691a0a731d9fcdc35bc6489ab689ee8e288a (patch)
tree3f4e7abbfd3f8e4e313130708b19f53f720cef1a /meta-systemd/recipes-core/systemd
parent52bb450cc8c98626228ebd8f1f73bfa98afe97d7 (diff)
downloadmeta-openembedded-contrib-c751691a0a731d9fcdc35bc6489ab689ee8e288a.tar.gz
systemd-speed-hacks: remove
Tested: These cause avahi.service to fail starting Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/recipes-core/systemd')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb b/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb
deleted file mode 100644
index 8cfcc4c378..0000000000
--- a/meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Collection of hacks to speed up systemd boot"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
-
-PR = "r1"
-
-inherit allarch
-
-ALLOW_EMPTY_${PN} = "1"
-
-pkg_postinst_${PN} () {
-#!/bin/sh
-# I can run offline
-rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
-
-rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
-rm -f $D/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
-}