Scott McClanahan wrote: > How do I keep the default profile from being created during an import? > As a post trigger I create the profiles that I want and would prefer > that the default profile not be created. For instance, something like: > > cobbler import --name=CentOS-5_2 --arch=x86 > --path=rsync://foo.com/5.2/os/i386 > > causes a default profile of CentOS-5_2-i386 to be created and I'd rather > it didn't. Thanks. > > -scott > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
It's currently not possible. It would require a patch for "--dont-create-profiles. The simple workaround is to just to cobbler distro list and xargs that into "cobbler profile remove" ... they are named the same. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
