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
