On Tue, 4 Mar 2003, Lambert, Eric wrote: >I'm running a text based 7.3 kickstart install over NFS. In my %post >section (which is working now), I have several echo statements to track >progress, however, these don't show on screen. This works for me. I don't know how much of it is necessary/overkill. %post #!/bin/sh exec > /dev/console 2>&1 TERM=dumb reset clear [other commands here...] Cheers, Phil