Re: installing updated packages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Seun Wright wrote:
Hi,

Does anyone know of any way to use kickstart to install updated packages?

%post
yum -y update

Any old update system will work, including up2date or apt-get. You'll probably also have to add the RPM GPG keys for the repos in question during your post, something like this:

# Setup the keys, so yum works without complaining about keys...
rpm --import http://www.fedora.us/FEDORA-GPG-KEY
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
rpm --import /usr/share/rhn/RPM-GPG-KEY

Though there's probably a command line switch to turn off the GPG check.


[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux