On Mon Nov 20 2000 at 10:10, "Matthew Radey" wrote: > I'm not sure. What I would do in that situation is just copy a > shell script to the box and then run it from %post. You could even > copy it from your KS floppy if you have the room. > > Matthew The way I solved all these problems long ago was to do exactly that... run a script (usually from an NFS mounted directory) from the %post section of the kickstart file. > >>> rpjday@xxxxxxxxxxxxxx 11/20/00 10:04AM >>> > On Mon, 20 Nov 2000, Matthew Radey wrote: > > > Why not just install your custom packages in the %post section? You > > can use "rpm --nodeps" if necessary there. This would seem to solve > > both problems. > > besides a sequence of linux commands in the %post section, can you > add simple script programming constructs like "if" and "for"?? Cheers Tony