|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Installing a domU on NFS
root = '/dev/nfs'
nfs_server = '10.2.50.21'
nfs_root = '/xenvm1'
Am I right that my kernel needs CONFIG_ROOT_NFS in order for this to work?
memory = 512
vcpus = 1
builder = 'linux'
name = 'x-dktest'
vif = [ 'bridge=xenbr0, ip=10.2.50.41' ]
Am I right that my kernel needs CONFIG_IP_PNP in order for this to work?
This may be a reason, as the standard openSuSE kernel does not set those
options and does not even build them as modules.
Regards
Dominik
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|