> I like to run a shell script in the %post section of kickstart. > This script needs some interaction (manuell input). > > How can I do that? > Stick a call to '/bin/sh' or '/bin/bash' or whatever your shell of choice is into the %post section. Make sure you know ahead of time if you want it run in the chroot environment (your new system) or in the install environment, because they have different semantics. hth, Klaus