From 0a2176cb4dbacf5a00df92072f660c13b6c80149 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 24 Mar 1995 00:18:31 +0000 Subject: Name juggling, make things a little clearer. --- release/scripts/bininst.sh | 10 +++++----- release/scripts/setup.sh | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/bininst.sh b/release/scripts/bininst.sh index 04c2f417b9f5..daf6b7221490 100755 --- a/release/scripts/bininst.sh +++ b/release/scripts/bininst.sh @@ -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.sh,v 1.7 1995/02/02 08:31:35 jkh Exp $ +# $Id: bininst.sh,v 1.8 1995/02/02 23:39:44 jkh Exp $ # Grab the miscellaneous functions. . /stand/scripts/miscfuncs.sh @@ -44,9 +44,8 @@ welcome() { } -do_last_config() +goodbye() { - setup dialog --title "Auf Wiedersehen!" --msgbox \ "Don't forget that the login name \"root\" has no password. If you didn't create any users with adduser, you can at least log in @@ -77,10 +76,11 @@ if media_select_distribution; then media_install_set done fi - do_last_config + final_configuration + goodbye fi -echo; echo "Spawning shell. Exit shell to continue with new bindist." +echo; echo "Spawning shell. Exit shell to continue with new system." echo "Progress " > /dev/ttyv1 /stand/sh exit 20 diff --git a/release/scripts/setup.sh b/release/scripts/setup.sh index ba009a15ade0..81fe02aaa517 100644 --- a/release/scripts/setup.sh +++ b/release/scripts/setup.sh @@ -8,12 +8,12 @@ # 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.4 1995/02/02 20:46:40 jkh Exp $ +# $Id: setup.sh,v 1.5 1995/02/03 00:42:27 jkh Exp $ # Grab the miscellaneous functions. . /stand/scripts/miscfuncs.sh -setup() +final_configuration() { DONE="no" while [ "${DONE}" = "no" ]; do -- cgit v1.2.3