|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen-4.0.0-rc1 root Device ca01 and console hvc0
Hello Stefan,
Am 31.01.2010 12:22, schrieb Stefan Kuhne:
Am 30.01.2010 17:40, schrieb Stefan Kuhne:
Hello,
Can i set console to tty1 instead of hvc0?
How can i get informations about /dev/hvc0?
I must modify my initrd for it.
Because of these two lines:
exec>/dev/tty1
exec 2>/dev/tty1
You can try to replace your lines with the following one (from dracut)
to get attached to whatever default console was defined on kernel
commandline:
exec 0<>/dev/console 1<>/dev/console 2<>/dev/console
Marc
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|