thanks. it work.



On Tue, Aug 7, 2012 at 1:13 PM, James Cammarata <jimi@sngx.net> wrote:
On Tue, Aug 7, 2012 at 12:11 AM, Shake Chen <shake.chen@gmail.com> 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
cobbler@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler



--
Shake Chen