Fix some last boners in the setup script.

This commit is contained in:
Jordan K. Hubbard 1995-02-02 20:46:40 +00:00
parent dc3c30d9be
commit 98a72d261a
1 changed files with 5 additions and 5 deletions

View File

@ -8,25 +8,25 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
# $Id: setup.sh,v 1.2 1995/01/28 01:18:44 jkh Exp $
# $Id: setup.sh,v 1.3 1995/02/02 08:31:38 jkh Exp $
# Grab the miscellaneous functions.
. /stand/scripts/miscfuncs.sh
setup()
{
DONE=""
while [ "${DONE}" = "" ]; do
DONE="no"
while [ "${DONE}" = "no" ]; do
dialog --title "Configuration Menu" --menu \
"Configure your system for basic single user, network or\n\
development workstation usage. Please select one of the\n\
following options. When you are finished setting up your\n\
system, select \"done\". To invoke this configuration tool \n\
system, select \"done\". To invoke this configuration tool\n\
again, type \`/stand/scripts/setup.sh\'." -1 -1 5 \
"tzsetup" "Configure your system's time zone" \
"network" "Configure basic networking parameters" \
"user" "Add a user name for yourself to the system" \
"guest" "Add a default user \"guest\" \
"guest" "Add a default user \"guest\"" \
"packages" "Install additional optional software on your system." \
"ports" "Enable use of the ports collection from CD or fileserver." \
"done" "Exit from setup." 2> ${TMP}/menu.tmp.$$