Jason P Holland wrote:
Hello all,
I was wondering if anyone knows of any tools already written or hanging
around that can automate keeping an installation repository of rpms
uptodate with the current patched rpms?? I have a kickstart setup working
great, but I currently have to manually pull down the updates, remove the
old rpm's and replace them with the updated ones. This can get quite
tedious and i think there has to be a simpler, more handsoff way of doing
this. Any ideas? Thanks
Jason
_______________________________________________
Kickstart-list mailing list
Kickstart-list@xxxxxxxxxx
https://listman.redhat.com/mailman/listinfo/kickstart-list
I use yum
http://www.dulug.duke.edu/yum/
Very convenient. Every new machine is kickstarted with the default
installation of redhat, then install yum, and run the command "yum -y
update". And you have all the latest rpms installed!
Yum is excellent!
/jon