WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Xen-4.0.0-rc1 root Device ca01 and console hvc0

To: xen-devel@xxxxxxxxxxxxxxxxxxx, stefan.kuhne@xxxxxxx
Subject: Re: [Xen-devel] Xen-4.0.0-rc1 root Device ca01 and console hvc0
From: "Marc - A. Dahlhaus" <mad@xxxxxx>
Date: Sun, 31 Jan 2010 20:13:59 +0100
Cc:
Delivery-date: Sun, 31 Jan 2010 11:14:03 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4B6567F7.3090801@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4B6460FD.1070504@xxxxxxxxxxxxx> <4B6567F7.3090801@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
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

<Prev in Thread] Current Thread [Next in Thread>