>> I like to run a shell script in the %post section of kickstart. >> This script needs some interaction (manuell input). >> > Stick a call to '/bin/sh' or '/bin/bash' or whatever your shell of choice > is into the %post section. I tried this on my system, and I can switch to TTY2 and see the shell running, but don't seem to have any control over it... Is it more complicated than just putting "/bin/bash" on a line by itself? Which TTY should the shell be showing up on? -Matt-