Interactive in %post?

Klaus Steden klaus.steden at thomson.net
Tue Jan 3 16:53:30 UTC 2006


> 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




More information about the Kickstart-list mailing list