Create Gentoo virtual machines from a stage3/stage4 tarball using libvirt/QEMU
 
Go to file
Dustin aa97d4cd43 configure: Add function to enable serial console
The `enable_console_login` function modifies `/etc/inittab` to enable
logins on a serial device. For virtio serial devices, a getty is
configured to launch on `hvc0`; for other devices, it is configured for
`ttyS0` (the default).

When using the `configure.configure` function to automatically configure
a virtual machine, `enable_console_login` is called if a console device
is specified in the VM definition.
2015-07-11 19:46:55 -05:00
src/mkvm configure: Add function to enable serial console 2015-07-11 19:46:55 -05:00
.gitignore Initial commit 2015-07-11 17:10:39 -05:00
setup.py Initial commit 2015-07-11 17:10:39 -05:00