mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

Temporarily reverting this commit, since it has broken some Xen boot
usecases. We'll revisit this in the future.
This reverts commit 50cdecca7b
.
5 lines
170 B
PHP
5 lines
170 B
PHP
do_install_append() {
|
|
echo "" >> ${D}${sysconfdir}/inittab
|
|
echo "X0:12345:respawn:/sbin/getty 115200 hvc0" >> ${D}${sysconfdir}/inittab
|
|
}
|