Denny Schierz wrote: > [...] > i will to try install SLES with yum, but time is rare. I have the (very complex) command line for bootstrapping OpenSuSE 10.2 with yum somewhere. You'll need to figure somehow where to get the right package list for SLES from, I guess, but it would be a start. (then you don't need the install into directory from a SALES host I described before) I once did this: yum config: ========== [main] reposdir=/dev/null [base] name=Suse Linux - Base Repository baseurl=http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/ 10.2/ http://suse.inode.at/opensuse/distribution/10.2/repo/oss/suse/ http://ftp.gwdg.de/pub/opensuse/distribution/10.2/repo/oss/suse/ http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/10.2/ repo/oss/suse/ enabled=1 yum call: ========= yum -c yum-xen-suse.conf --exclude exim.i586 --installroot=/var/xen/domains/test-vm/imagemount -y install $(wget -O - http://ftp.uni-ulm.de/mirrors/opensuse/distribution/10.2/repo/oss/suse/setup/descr/base-10.2-145.i586.pat | sed -n '/^+Prq:$/,/^+Psg:$/{ /:$/d; p; }') yum -c yum-xen-suse.conf --installroot=/var/xen/domains/test-vm/imagemount -y install yum pwdutils Not beautiful exactly, but the best I could get. Henning _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users