> That's cool, but I'd rather have all these commands executed > automatically as part of the distribution. Was wondering how to add > post-install commands to an otherwise normal install. If there's a > way to do it through kickstart, please let me know what it is; if not, > any other suggestions? Have you tried running a the installer against a kickstart file that just includes a %post section? Usually when things are ommited from the kicstart file, anaconda just asks for what's missing. Another way to atack this problem is to create an RPM that has %post script and no files, but that of course requires rebuilding the install )-; Cheers...james