Dear mr Cammarata

I done the similar modification to the code before Ronald e now It's work fine 
in full Xen virtualization into x86_64 and i368.
Follow my modification to virtinstall.py
      
      if arch:
            if arch == "i386":
               cmd += "--arch i686 "
            else:
               cmd += "--arch %s " % arch

ragards

Riccardo Gargana

On Sep 15, 2013, at 5:54 AM, James Cammarata <[email protected]> wrote:

> Hrm, it's possible I'm just curious if that'd break something else down the 
> line since a lot of modern packages use i686 instead. Have you opened an 
> issue on github for this yet?
> 
> 
> On Thu, Sep 5, 2013 at 7:36 AM, Ronald J. Yacketta <[email protected]> 
> wrote:
> We maintain several older Fedora versions for various reasons, one of which 
> is F7-i386. While attempting to use cobbler to mirror F7 I noticed that it 
> fails to download i386 packages further investigation reveals that cobbler 
> passes i686 to reposync:
> 
>  action_reposync.py:
> 300         if repo.arch == "i386":
> 301             # counter-intuitive, but we want the newish kernels too
> 302             repo.arch = "i686"
> 
> Can we add the traditional i383 architecture to cobbler as well as support 
> i686? maybe add i686 as an option for arch type along side i386 and x86_64?
> 
> Regards,
> 
> Ron
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://lists.fedorahosted.org/mailman/listinfo/cobbler
> 
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://lists.fedorahosted.org/mailman/listinfo/cobbler

_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to