diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-24 00:18:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-24 00:18:31 +0000 |
| commit | 0a2176cb4dbacf5a00df92072f660c13b6c80149 (patch) | |
| tree | 8298a23c1f04ec6b59a52b1eb9456c4ece18aeff /release/scripts | |
| parent | 7b561070369fb803e31f897efdc5461592c7ef66 (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/bininst.sh | 10 | ||||
| -rw-r--r-- | release/scripts/setup.sh | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/release/scripts/bininst.sh b/release/scripts/bininst.sh index 04c2f417b9f56..daf6b72214902 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 <installation completed>" > /dev/ttyv1 /stand/sh exit 20 diff --git a/release/scripts/setup.sh b/release/scripts/setup.sh index ba009a15ade0a..81fe02aaa5175 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 |
