|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Kickstart
Paras pradhan wrote:
hi,
I am using the following xen config file to install a virtual machine
using kickstart. command is : "xm create vm1-inst -c" It says unable
to load the kickstart file. What might be the issue.
extra = "text ks=http://mydomain/ks/centos/5/message-vm1.cfg
ip=10.42.250.4 netmask=255.255.0.0 gateway=10.42.0.1 dns=x.x.x.x"
Is the url really "http://mydomain/ks..."? If it is then you probably
should replace "mydomain" with a fully qualified domain -- the dns
settings don't (and I believe, cant) specify a default domain.
jch
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|