I am working on a 7.1 kickstart floppy, and it works fine. In the post section I'm mounting an NFS server (same one where the installation source lives, BTW) to copy over a couple files. It works but takes a long time. Probably 3-5 minutes. There is a message on console 3 about portmap timing out. Can I do something to speed this up? Like I said, it eventually works as intended, but it doesn't seem like it should take that long. Here is the last chunk of my ks.cfg: # mount an NFS server and copy some files from it mkdir /mnt/custom mount machine.domain.com:/export /mnt/custom cp /mnt/custom/ks/file1 /usr/local/bin/ cp /mnt/custom/ks/file2 /usr/local/bin/ umount /mnt/custom Thanks, Eric