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:
Bruce Ashfield 2019-04-12 10:53:51 -04:00
parent 5b92dace1d
commit abcdb5841d

View File

@ -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
}