[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] centos4.5(domU) on etch(dom0)


  • To: "Igor Chubin" <igor@xxxxxxx>
  • From: "Chris Fanning" <christopher.fanning@xxxxxxxxx>
  • Date: Tue, 4 Dec 2007 17:33:38 +0100
  • Cc: Xen users mailing list <xen-users@xxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Tue, 04 Dec 2007 08:34:41 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JEmo7CnuF3mF1aGybeaD/AkXUk8cJLmNABud9unBi6uxjNTomVHbSWDMg69p3AFeZCzZTvSGz5ID8FC5n5pojP6ZapMmLnIZN8FNALkv6PhgeoG/s8+JoOLnHl+MusmluHySuWBfj3AmQkMwynGBpgyVR7LJQ4F2Fx8/FI8T1TA=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hi,


> Chris,
>
>
> you have to copy file comps.py to comps.py.ORIG
>
> > > # cp /usr/share/python-support/yum/yum/comps.py{,.ORIG}
>
> edit file comps.py:
> > > # vi /usr/share/python-support/yum/yum/comps.py
>
>
> and after that changes between the old and the new file
> found by diff must be like show below:
>
> > > # diff /usr/share/python-support/yum/yum/comps.py{.ORIG,}
>
> 124c124
> <                 if type not in ('mandatory', 'default', 'optional'):
> ---
> >                 if type not in ('mandatory', 'default', 'optional', 
> > 'conditional'):
> 143c143
> <                 if type not in ('mandatory', 'default', 'optional'):
> ---
> >                 if type not in ('mandatory', 'default', 'optional', 
> > 'conditional'):
>
> (so, you must substitute
>
>     if type not in ('mandatory', 'default', 'optional'
>
> with
>
>     if type not in ('mandatory', 'default', 'optional', 'conditional'):
>
> )
>
> and after that make a try.

Yes. I understood correctly.

>
>
>
> As far as I can understand you have done this already
> but without success.
> Am I right?
You you are right.
But I think I hace succeeded (but perhaps not very elegantly).
I created a file /etc/yum.repos.d/CentOS-Base.repo with this content
http://gatopelao.org/downloads/CentOS-Base.repo

I also edited /etc/yum.conf (although I don't know if it's necessary)
----------------------
[base]
name=Centos 4.5 - $basearch - Base
baseurl=http://mirror.centos.org/centos/4.5/os/i386/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4.5

#released updates
[update]
name=CentOS-4.5 - Updates
baseurl=http://mirror.centos.org/centos/4.5/updates/i386/
----------------------

then did
# yum update
# yum grouplist

then
yum --installroot=/mnt -y groupinstall Base

I haven't touched redhat since redhat7.3 and am quite lost. But it is
installing into /mnt at the moment. :)

If I understand right, your example suggests that I shouldn't need to
touch /etc/yum*

Chris.

>
>
> --
> WBR, i.m.chubin
>
>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.