In addition to the standard Linux kernel boot options, we support:
- xencons=xxx
- Specify the device node to which the Xen virtual
console driver is attached. The following options are supported:
`xencons=off': disable virtual console |
`xencons=tty': attach console to /dev/tty1 (tty0 at boot-time) |
`xencons=ttyS': attach console to /dev/ttyS0 |
The default is ttyS for dom0 and tty for all other domains.