Sure. It's going to take the %post section and execute it with a shell (bash, I think). I've done this before, and even used "here-documents", so I'm pretty sure it's bash. -----Original Message----- From: rpjday [mailto:rpjday@xxxxxxxxxxxxxx] Sent: Monday, November 20, 2000 9:05 AM To: kickstart-list@xxxxxxxxxx Subject: Re: Kickstart questions 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"?? rday