|
As a not-quite-counter argument, I've found that if each change is
small (e.g. three sed commands to tweak a config), a longer kickstart
can make a lot of sense. Beyond short stuff, I will agree completely
with Jeremy. RPMs are not too hard to pull off if you have a little
patience on the first one. Guru labs has a nice tutorial you can
google (the examples are google-able, too ... they just arn't in the
same place) On embedding stuff in the kickstart, one suggestion. Use some sort of really really obvious delimiter and extra white space between each chunk (see the example below). I've got a kickstart that tweaks a bunch of odds & ends in %post and this approached has saved my sanity and made maintenance and improvement much easier. Tim Wood ############################## # # tweak the config for foo [some lines] ############################## # # copy the files for bar [some lines] Jeremy Katz wrote: On Mon, 2008-02-04 at 19:05 +0000, Richard W.M. Jones wrote: -- _________________________________ Tim Wood, CLP, RHCT 719.338.7484 (tel) The Data Wranglers Web, Database & more since since 1994 www.datawranglers.com |