Boris Derzhavets wrote: > If you would build image per link suggested bellow (or by yourself) , it > would not be an issue.It's pretty much standard procedure for Ubuntu PV > guests. > I just follow Greg (http://www.noogies.org/node/7) :- > # cat /vm/ubuntupvm.cfg > memory = 512 > name = "ubuntupvm" > vif = [ 'mac=00:16:3e:00:00:00' ] > disk = [ > 'file:/vm/ubuntupvm.img,xvda1,w','file:/vm/ubuntupvm-swap.img,xvdb1,w' ] > > * Now to see if it all worked... Lets boot her up and connect to the console. > If you see output like this, then its all worked! The formatting is a little > messed up from my terminal. > > # xm create -f /vm/ubuntupvm.cfg -c > Using config file "/vm/ubuntupvm.cfg". > Why so many configuration file formats? There appear to be three of them: 1) xm create (python); 2) xm list/new (sexpression); 3) virsh dumpxml/define (xml).
Which is the "official" one for xVM going forward? I used the xml format from dumpxml/define because that is what appeared to be the majority of the examples on the xVM community site. -- paul _______________________________________________ xen-discuss mailing list [email protected]
