Re: Simple way to update kickstart RPM files?
whitivery <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
"Campbell, Todd" <[email protected]> wrote: >Actually there is a 'repo' Kickstart keyword that can pull in the updates automatically, no need for running 'yum -y update'. > >repo --name=<repository name> --baseurl=http://10.10.10.10/5.5/updates/x86_64/RPMS/ > >This essentially merges the install media RPM's with the updates. That sounds very good. All I need are the RPMs? No special directory structure or metadata files? Just plop them in a directory and point to it per your example (except I'd use ftp)?