diff options
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 8cfcc4c37..000000000 --- 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 | } | ||