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
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
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
3 matches
Mail list logo