systemd: fix initramfs symlink

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-21 16:49:37 +02:00
parent ca82bc073d
commit 960002137d
+2 -2
View File
@@ -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"