aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-13 01:58:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-13 01:58:29 +0000
commitc5c8ff86692d59faf4c8f73e07a6ac483a2dcdd0 (patch)
tree6eb13f19acc6e1a3c0c715dcc4f0bd28e0356b6d /release/scripts
parent4b35aae3dda768d624b58725ec599efe66306008 (diff)
Notes
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/instdist.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh
index 3f77f5f13fe2a..3bf9ad30f2a83 100644
--- a/release/scripts/instdist.sh
+++ b/release/scripts/instdist.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: instdist.sh,v 1.11 1995/02/02 23:09:30 jkh Exp $
+# $Id: instdist.sh,v 1.12 1995/02/02 23:13:26 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -108,9 +108,9 @@ Please select the site closest to you or \"other\" if you'd like\n\
to specify another choice. Also note that not all sites carry\n\
every possible distribution! Distributions other than the basic\n\
binary set are only guaranteed to be available from the Primary site.\n\
-If the first site selected doesn't respond, try one of the alternates.\n\
+If the first site selected doesn't respond, try one of the alternates.\n\n\
Please use arrow keys to scroll through all items." \
--1 -1 5 \
+-1 -1 7 \
"Primary" "ftp.freebsd.org" \
"Secondary" "freefall.cdrom.com" \
"Australia" "ftp.physics.usyd.edu.au" \
@@ -372,12 +372,12 @@ simply press ESC twice to get a subshell and proceed manually on your own.\n\
If you are already finished with the installation process, select cancel\n\
to proceed." -1 -1 7 \
"?Kern" "Please show me the kernel boot messages again!" \
- "Tape" "Load distribution from SCSI, QIC-02 or floppy tape" \
- "CDROM" "Load distribution from SCSI or Mitsumi CDROM" \
- "DOS" "Load from DOS floppies or a DOS hard disk partition" \
- "FTP" "Load distribution using FTP" \
- "UFS" "Load the distribution from existing UFS partition" \
- "NFS" "Load the distribution over NFS" 2> ${TMP}/menu.tmp.$$
+ "Tape" "Load distribution from tape" \
+ "CDROM" "Load distribution from CDROM" \
+ "DOS" "Load from DOS (floppies or hard disk partition)" \
+ "FTP" "Load distribution over FTP" \
+ "UFS" "Load distribution from an existing UFS partition" \
+ "NFS" "Load distribution over NFS" 2> ${TMP}/menu.tmp.$$
RETVAL=$?
CHOICE=`cat ${TMP}/menu.tmp.$$`
rm -f ${TMP}/menu.tmp.$$