[CentOS] kiskstart question

Gary Richardson gary.richardson at gmail.com
Sun Feb 3 00:41:34 UTC 2008


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 <geisj at pagestation.com> 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 at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080202/18a53809/attachment.html>


More information about the CentOS mailing list