From 783f82ce5d3b341ac7396e7dd9c0f30b8f9b5c20 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 16 Oct 2011 09:54:06 +0200 Subject: [PATCH] systemd-speed-hacks: disable remountfs removal, images ship util-linux-mount now to fix this bug (From meta-openembedded rev: ce4f274e3d7d8078539aa05e21011410c4e18d7a) Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb b/meta-openembedded/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb index c2dc7ea..8cfcc4c 100644 --- a/meta-openembedded/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb +++ b/meta-openembedded/meta-oe/recipes-core/systemd/systemd-speed-hacks.bb @@ -2,6 +2,8 @@ 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" @@ -9,7 +11,6 @@ ALLOW_EMPTY_${PN} = "1" pkg_postinst_${PN} () { #!/bin/sh # I can run offline -rm -f $D/lib/systemd/system/local-fs.target.wants/remount-rootfs.service 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 -- 2.7.4