The following %pre script hangs on me - I get the little GUI window that comes up and says "Running pre-install scripts" and it hangs there %pre #!/bin/sh # exec 1>&3 # exec > /dev/tty # chvt 3 # exec < /dev/tty3 > /dev/tty3 # clear SAVEPS3=$PS3 PS3="Use standard disk partitioning? " STDISK="" select STDISK in yes no do [ "$STDISK" != "" ] && break done PS3=$SAVEPS3 echo "# nothing" > /tmp/part-include -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos