[Lunar-commits] CVS: lunar-iso/lunar-install/sbin lunar-install, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Mon Nov 22 20:56:26 UTC 2004


Update of /var/cvs/lunar/lunar-iso/lunar-install/sbin
In directory espresso.foo-projects.org:/tmp/cvs-serv10936/lunar-install/sbin

Added Files:
	lunar-install 
Log Message:
Initial import

--- NEW FILE: lunar-install ---
#!/bin/bash
#############################################################
# portions Copyright 2001 by Kyle Sallee                    #
# portions Copyright 2002 by Kagan Kongar                   #
# portions Copyright 2002 by rodzilla                       #
# portions Copyright 2003, 2004 by tchan, kc8apf            #
# portions Copyright 2004 Auke Kok                          #
#                                                           #
# This file in released under the GPL                       #
#############################################################

introduction()
{
    $DIALOG --title "Welcome to Lunar Linux" --msgbox \
"The purpose of Lunar Linux is to return control to System Administrators that the wizards and maintainers of modern distributions have steadily chipped away." 8 65

    $DIALOG --cr-wrap --title "The Benefits of Lunar Linux" --msgbox \
"Lunar Linux empowers System Administrators to choose:

[...1175 lines suppressed...]
    done
}  


. /etc/lunar/config

#no screen blanking
/usr/bin/setterm -blank 0

export  IFS="	
"
DIALOG="dialog
--backtitle
Lunar Linux Installer %VERSION% - %CODENAME%
--stdout"
ARCH=`arch`

trap ":" INT QUIT

main



More information about the Lunar-commits mailing list