mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
Revert "sysvinit-inittab_xen.inc: fix hypervisor console"
Temporarily reverting this commit, since it has broken some Xen boot
usecases. We'll revisit this in the future.
This reverts commit 50cdecca7b
.
This commit is contained in:
parent
5b92dace1d
commit
abcdb5841d
|
@ -1 +1,4 @@
|
||||||
SERIAL_CONSOLES_append = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' 115200;hvc0', '', d)}"
|
do_install_append() {
|
||||||
|
echo "" >> ${D}${sysconfdir}/inittab
|
||||||
|
echo "X0:12345:respawn:/sbin/getty 115200 hvc0" >> ${D}${sysconfdir}/inittab
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user