mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
systemd: recommend fsck.extX to get fsck working on those filesystems
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -14,7 +14,7 @@ inherit gitpkgv
|
|||||||
PKGV = "v${GITPKGVTAG}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
inherit pkgconfig autotools vala perlnative
|
inherit pkgconfig autotools vala perlnative
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ RRECOMMENDS_${PN} += "kbd kbd-consolefonts \
|
|||||||
systemd-serialgetty \
|
systemd-serialgetty \
|
||||||
util-linux-agetty \
|
util-linux-agetty \
|
||||||
util-linux-swaponoff \
|
util-linux-swaponoff \
|
||||||
util-linux-fsck \
|
util-linux-fsck e2fsprogs-e2fsck \
|
||||||
module-init-tools \
|
module-init-tools \
|
||||||
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user