summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-16 09:54:06 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-16 09:54:06 +0200
commitce4f274e3d7d8078539aa05e21011410c4e18d7a (patch)
treef2782869a339884db6a89feebca007305509c26d /meta-oe/recipes-core
parent92b02b7209e426a70cc5626e7bdbc82052e01ac5 (diff)
downloadmeta-openembedded-ce4f274e3d7d8078539aa05e21011410c4e18d7a.tar.gz
systemd-speed-hacks: disable remountfs removal, images ship util-linux-mount now to fix this bug
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd-speed-hacks.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb b/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb
index c2dc7eacc..8cfcc4c37 100644
--- a/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb
+++ b/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Collection of hacks to speed up systemd boot"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5PR = "r1"
6
5inherit allarch 7inherit allarch
6 8
7ALLOW_EMPTY_${PN} = "1" 9ALLOW_EMPTY_${PN} = "1"
@@ -9,7 +11,6 @@ ALLOW_EMPTY_${PN} = "1"
9pkg_postinst_${PN} () { 11pkg_postinst_${PN} () {
10#!/bin/sh 12#!/bin/sh
11# I can run offline 13# I can run offline
12rm -f $D/lib/systemd/system/local-fs.target.wants/remount-rootfs.service
13rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service 14rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
14 15
15rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount 16rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount