mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 02:09:18 +00:00
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>
This commit is contained in:
parent
92b02b7209
commit
ce4f274e3d
@ -2,6 +2,8 @@ DESCRIPTION = "Collection of hacks to speed up systemd boot"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit allarch
|
inherit allarch
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
@ -9,7 +11,6 @@ ALLOW_EMPTY_${PN} = "1"
|
|||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# I can run offline
|
# 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/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-fs-fuse-connections.mount
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user