On Fri, Jun 21, 2013 at 3:12 PM, Matthew Miller mattdm@fedoraproject.orgwrote:
On Fri, Jun 21, 2013 at 08:55:50AM +0200, Juerg Haefliger wrote:
Works for me in OpenStack. Good job Matt! Just one question, can you explain the rational behind the console crazyness?
serial=tty0 console=ttyS0,115200n8 console=hvc0 console=tty1
For OpenStack, I'd like to see something like the following so that I get console messages on the serial port which can be retrieved via a Nova call. Helps with identifying boot issues in the absence of a 'real' virtual console.
console=tty1 console=ttyS0
Does the crazy line above _not_ work for you in OpenStack? It does for me.
Looks good for me, except a few things (all systemd? or at least cloud-init and some more) only go to tty1 but not ttyS0 (i.e. console log). Not sure why, though. -- Sandro