ks.cfg

Peter Eisch peter at boku.net
Thu Oct 28 19:56:23 UTC 2004


Here is mine:

...
%packages


%pre
FOO="no"
while [ "$FOO" != "yes" ]
    do
        (
        echo
        echo 
"***************************************************************************
*****"
        echo "*                               W A R N I N G
*"
        echo "*    
*"
        echo "* You are starting the BOGOMIP NAME SOFTWARE installation
*"
        echo "* process.  This process will install a completely new
operating system and    *"
        echo "* software.  Any software previously on this system will be
irrevocably        *"
        echo "* overwritten.
*"
        echo "* Do you wish to continue?  (Type the entire word \"yes\" to
proceed.)           *"
        echo "*    
*"
        echo 
"***************************************************************************
*****"
        echo " "
        echo -n "Proceed with install? "
        )>/dev/tty1
        read FOO
    done
    
%post
...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20041028/7475000e/attachment.htm>


More information about the Kickstart-list mailing list