mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Fix some last boners in the setup script.
This commit is contained in:
parent
dc3c30d9be
commit
98a72d261a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6139
@ -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.$$
|
||||
|
Loading…
Reference in New Issue
Block a user