Add this to the end of your kickstart file:
=====================
%post

yum -y update
=====================

In fact, you can do all sorts of things, like configure services using
chkconfig. You have a bash interpreter and your chrooted into your new
install.

I used to do all sorts of crazy stuff in there, until I found puppet :) Now
I have minimal kickstart configs and I let puppet do all the heavy lifting.


On Feb 2, 2008 8:48 AM, Jerry Geis <[EMAIL PROTECTED]> wrote:

> Is there a way that using kickstart I can tell it once its done install
> to go right ahead and do a "yum update"
>
> Thanks,
>
> Jerry
>
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to