Are you talking about during install, or after a system has already been installed?
If you mean after the install is complete, but you want to add more repos, one way to get a new repo config is to download it again from the cobbler server -- the same way that $yum_config_stanza does it; e.g. for a system named "foobar":
wget "http://cobbler-server/cblr/svc/op/yum/system/foobar" --output-document=/etc/yum.repos.d/cobbler-config.repo For a profile named "foobar": wget "http://cobbler-server/cblr/svc/op/yum/profile/foobar" --output-document=/etc/yum.repos.d/cobbler-config.repo On 3/26/2013 3:43 PM, Ronald J. Yacketta wrote:
Hello again ;) When adding repos to cobbler is it possible to add the repos to the installed server? The kickstart usies repo to add the repos during install, but is their a snippet / setting to also push those repos out to /etc/yum.repos.d ? -Ron _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Robert Jacobson [email protected] Lead System Admin Solar Dynamics Observatory (SDO) Bldg 14, E222 (301) 286-1591 _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
