Hi.<br><br>I am working on a project that allows installation of many os'es "one click".<br><br>First some info.<br><br>root@picachu:/# uname -a<br>Linux picachu 2.6.26-1-xen-686 #1 SMP Fri Mar 13 22:30:40 UTC 2009 i686 GNU/Linux<br>
<br><br>As of today i have got the following OS's to work with virt-install:<br><br>Fedora 8 and Centos5<br><br>Example of the commands i use to install Fedora 8:<br><br>virt-install --name=fedora --ram=1024 --os-type=linux --os-variant=fedora8 --force<br>
--noautoconsole --nographics --network=bridge:eth0 --disk path=/dev/vg1/fedora-disk --location <a href="http://archive.nl.eu.kernel.org/fedora-archive/releases/8/Fedora/i386/os/">http://archive.nl.eu.kernel.org/fedora-archive/releases/8/Fedora/i386/os/</a><br>
-x "ks=<a href="http://10.0.3.30/kickstart/fedora.ks">http://10.0.3.30/kickstart/fedora.ks</a>" --paravirt<br><br><br>
Example of the commands i use to install Centos:<br>
<br>virt-install --name=centos --ram=990 --os-type=linux --os-variant=centos5 --force --noautoconsole --nographics<br> --network=bridge:eth0 --file=/dev/vg1/centos-disk --location <a href="http://mirror.ii.uib.no/sites/msync.centos.org/centos/5/os/i386/">http://mirror.ii.uib.no/sites/msync.centos.org/centos/5/os/i386/</a> -x<br>
 "ks=<a href="http://10.0.3.30/kickstart/centos.ks">http://10.0.3.30/kickstart/centos.ks</a>"<br><br><br><br>Now i miss the commands to get a working:<br>gentoo, suse  and slackware install.<br><br>Does anyone of you know the best way to do this? I didn't find any "--location" mirror to the OS'es above, what locations should i install from?<br>
<br><br>Regards<br>Petter<br>