mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
52bb450cc8
commit
c751691a0a
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user