diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-16 09:54:06 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-16 09:54:06 +0200 |
| commit | ce4f274e3d7d8078539aa05e21011410c4e18d7a (patch) | |
| tree | f2782869a339884db6a89feebca007305509c26d | |
| parent | 92b02b7209e426a70cc5626e7bdbc82052e01ac5 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd-speed-hacks.bb | 3 |
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 c2dc7eacce..8cfcc4c378 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" | |||
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
| 4 | 4 | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 5 | inherit allarch | 7 | inherit allarch |
| 6 | 8 | ||
| 7 | ALLOW_EMPTY_${PN} = "1" | 9 | ALLOW_EMPTY_${PN} = "1" |
| @@ -9,7 +11,6 @@ ALLOW_EMPTY_${PN} = "1" | |||
| 9 | pkg_postinst_${PN} () { | 11 | pkg_postinst_${PN} () { |
| 10 | #!/bin/sh | 12 | #!/bin/sh |
| 11 | # I can run offline | 13 | # I can run offline |
| 12 | rm -f $D/lib/systemd/system/local-fs.target.wants/remount-rootfs.service | ||
| 13 | rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service | 14 | rm -f $D/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service |
| 14 | 15 | ||
| 15 | rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount | 16 | rm -f $D/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount |
