On Wed, 2001-11-28 at 13:59, Dan Poirier wrote: > Does kickstart run the postinstall scripts for the packages it > installs from %packages? It is looking as if it doesn't, and I need > the postinstall scripts to run for my packages or they aren't properly > installed. The %post scripts are run as they normally are in an rpm transaction set. Any problems with the run should show up in /tmp/install.log after the install. Most common reason for problems is that a package requires something for another package to run its %post but doesn't Prereq: the package. Cheers, Jeremy