Hi, I'm trying to get a shell script to run from a nfs server during the %post portion of the kickstart. I've looked at the documentation on redhat.com and tried what it said, but didn't work. in my %post section is %post --nochroot mkdir /mnt/temp mount 172.16.0.100:/d1/redhat/common /mnt/temp read -s -w --/mnt/temp/shell.sh What am I missing? Thanks, Steve