Re: [uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-12 Thread Blaisorblade
On Monday 08 August 2005 15:16, Phill Wombat wrote: > Hi List, > > Everyone is going to have this: > yum proceeds to download the entire FC4/x86_64 distro! even though the > UML is i386. > uname -a > Linux uml-test.localdomain 2.6.12-bb10-skas0 #1 Sun Aug 7 00:11:09 EST > 2005 x86_64 x86_64 x86_

Re: [uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-08 Thread Phill Wombat
Answering my own question again, but I'm sure it'll help someone. You need to hack: /usr/lib/python2.4/site-packages/rpmUtils/arch.py Look for "uname" add immediately after: return "i686" You have to indent correctly or python spits the dummy. (Quite nice actually, makes for visually pleasing