diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-28 09:38:18 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-01 17:44:21 +0100 |
| commit | c751691a0a731d9fcdc35bc6489ab689ee8e288a (patch) | |
| tree | 3f4e7abbfd3f8e4e313130708b19f53f720cef1a /meta-systemd | |
| parent | 52bb450cc8c98626228ebd8f1f73bfa98afe97d7 (diff) | |
| download | meta-openembedded-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')
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb | 18 |
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 @@ | |||
| 1 | DESCRIPTION = "Collection of hacks to speed up systemd boot" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
| 4 | |||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | inherit allarch | ||
| 8 | |||
| 9 | ALLOW_EMPTY_${PN} = "1" | ||
| 10 | |||
| 11 | pkg_postinst_${PN} () { | ||
| 12 | #!/bin/sh | ||
| 13 | # I can run offline | ||
| 14 | rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service | ||
| 15 | |||
| 16 | rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount | ||
| 17 | rm -f $D/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount | ||
| 18 | } | ||
