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

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 interp

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 stuff