Yes, my kickstart file includes a line "$yum_repo_stanza", but however, for example, kernel installed package is from base distro (which it's included in DVD) and not from created mirrored repo from CentOS updates.

El 16/02/2017 a las 18:19, Orion Poplawski escribió:
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://....



_______________________________________________
cobbler mailing list -- cobbler@lists.fedorahosted.org
To unsubscribe send an email to cobbler-le...@lists.fedorahosted.org

Reply via email to