Re: ks.cfg

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Title: Re: ks.cfg

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
...

[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux