Re: [CentOS] kiskstart question

2008-02-03 Thread Amos Shapira
On Feb 3, 2008 12:41 AM, Gary Richardson [EMAIL PROTECTED] wrote: 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

Re: [CentOS] kiskstart question

2008-02-03 Thread nate
Amos Shapira wrote: And how do you get kickstart to start puppet? Do you need to add stuff in %post or is it enough to just install the packages? I don't use puppet, but use cfengine, they perform similar tasks. I install the packages and base configuration for cfengine in %post and then when

[CentOS] kiskstart question

2008-02-02 Thread Jerry Geis
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

Re: [CentOS] kiskstart question

2008-02-02 Thread Gary Richardson
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