mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
systemd: fix initramfs symlink
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 = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit pkgconfig autotools vala perlnative
|
inherit pkgconfig autotools vala perlnative
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ do_install() {
|
|||||||
rm ${D}${base_libdir}/systemd/system/serial-getty* -f
|
rm ${D}${base_libdir}/systemd/system/serial-getty* -f
|
||||||
|
|
||||||
# provide support for initramfs
|
# provide support for initramfs
|
||||||
ln -s ${base_sbindir}/init ${D}/systemd
|
ln -s ${base_bindir}/systemd ${D}/init
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs"
|
PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user