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