On 02/16/2017 01:25 AM, Personal Técnico wrote:
> Hello,
> 
> I would like to configure Cobbler in any way for avoiding that a new installed
> computer has latest RPMs from a repo "updates" I have added to "Profile" in
> Cobbler.
> By the moment, I have created a "Distro" (CentOS latest version 7-1611), I
> have created two local repos (updates and extras), I have created a "Profile"
> called "CentOS" and I have add that two new repos to that profile. Now my
> purposse is generate a new computer with CentOS-7 but, in case that a "base"
> RPM has a version in repo "updates", installs update RPM.
> For example, CentOS-7-1611 comes with kernel-3.10.0-514.el7. However, in repo
> "updates" there is RPM kernel-3.10.0-514.2.2. After installing a new node, it
> has kernel 3.10.0-514 and not latest version...
> 
> How can I configure Cobbler for allowing installation from updates repo in
> installation node time?
> 
> Thanks!

Make sure your kickstart template contains:

$yum_repo_stanza

so that your rendered kickstart has something like:

repo --name=updates-7-x86_64 --baseurl=http://...
repo --name=extras-7-x86_64 --baseurl=http://....



-- 
Orion Poplawski
Technical Manager                          720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       or...@nwra.com
Boulder, CO 80301                   http://www.nwra.com
_______________________________________________
cobbler mailing list -- cobbler@lists.fedorahosted.org
To unsubscribe send an email to cobbler-le...@lists.fedorahosted.org

Reply via email to