mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 23:33:21 +00:00
systemd: fix initramfs symlink
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
ca82bc073d
commit
960002137d
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user