[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Interactive in %post?
- From: Klaus Steden <klaus steden thomson net>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: Interactive in %post?
- Date: Tue, 3 Jan 2006 11:53:30 -0500
> 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]