summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-21 09:50:02 +0000
committerjkh <jkh@FreeBSD.org>1994-11-21 09:50:02 +0000
commit1b5e1626195b2a42905bf756ee36425b477f2f32 (patch)
tree75d422169c3e7e32b47524d98a658217e8b93798 /release
parentd32611e1ea3e8500ddda65478e0473068c8941f0 (diff)
downloadFreeBSD-src-1b5e1626195b2a42905bf756ee36425b477f2f32.zip
FreeBSD-src-1b5e1626195b2a42905bf756ee36425b477f2f32.tar.gz
Allow users to specify both a timezone AND add users. Whoops!
We're all pretty nuked at this point..
Diffstat (limited to 'release')
-rwxr-xr-xrelease/bininst10
1 files changed, 7 insertions, 3 deletions
diff --git a/release/bininst b/release/bininst
index 9752ef0..4b55b7c 100755
--- a/release/bininst
+++ b/release/bininst
@@ -13,7 +13,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: bininst,v 1.48 1994/11/21 02:17:06 jkh Exp $
+# $Id: bininst,v 1.49 1994/11/21 08:33:55 jkh Exp $
if [ "$_BININST_LOADED_" = "yes" ]; then
echo "Error, $0 loaded more than once!"
@@ -67,6 +67,8 @@ do_last_config()
{
if [ "$hostname" = "" ]; then network_basic_setup; fi
+ done=""
+ while [ "$done" = "" ]; do
dialog --title "Final Configuration!" --menu \
"We now come to the end of the installation. If there's a\n\
floppy in the boot drive, now would probably be a good time\n\
@@ -90,16 +92,18 @@ Please select one of the following options:" -1 -1 4 \
;;
user)
- dialog --clear
sh /stand/adduser.sh -i
;;
guest)
- dialog --clear
sh /stand/adduser.sh
;;
+ done)
+ done="yes"
+ ;;
esac
+ done
dialog --title "Auf Wiedersehen!" --msgbox \
"Don't forget that the login name \"root\" has no password.
OpenPOWER on IntegriCloud