On Tue, Aug 7, 2012 at 12:11 AM, Shake Chen <[email protected]> wrote: > Hi > > Now I want to add two repo epel6-x86_64 epel6-x86_64-testing to profle, but > no working. > > > cobbler profile edit --name=CentOS6.3-x86_64 > --repos="epel6-x86_64,epel6-x86_64-testing"
Lists are space-separated, so do this: --repos="epel6-x86_64 epel6-x86_64-testing" _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
