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-users

Re: [Xen-users] kernel parameters in domU

 Hello
> >
> > Where can I specify kernel parameters for kernel of domU?
>
> You add an something like:
> extra = "...."
> to the appropriate /etc/xen/* file, where ... is anything you'd like to
> pass to the domU kernel.

Thanks for this hint. Unfortunately are the kernel paramters in this case 
unsupportet.

I try to bind nfs server to a fix port with:

"lockd.udpport=4001 lockd.tcpport=4001"

Thats a append line in lilo.conf. In a non xen pc its works fine. When I start 
the domU I got the message that the parameters are not supported.

I insert this to extra:
extra = "4 lockd.udpport=4001 lockd.tcpport=4001"

Torsten

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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