aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/default/etc/inittab
Commit message (Collapse)AuthorAgeFilesLines
* testing: Enable virtio console for guestsTobias Brunner2014-10-101-0/+71
This allows accessing the guests with `virsh console <name>`. Using a serial console would also be possible but our kernel configs have no serial drivers enabled, CONFIG_VIRTIO_CONSOLE is enabled though. So to avoid having to recompile the kernels let's do it this way, only requires rebuilding the guest images. References #729.