summaryrefslogtreecommitdiffstats
path: root/release/instdist.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-23 03:30:02 +0000
committerjkh <jkh@FreeBSD.org>1994-12-23 03:30:02 +0000
commitcd866e52ae687ceafe7d06b67adabbabfc8a47a4 (patch)
treeb55697890f81c0190834a9c615c1b08651432025 /release/instdist.sh
parent4f36d2dc22c011b7f246e16e019e88cbcc34bbf2 (diff)
downloadFreeBSD-src-cd866e52ae687ceafe7d06b67adabbabfc8a47a4.zip
FreeBSD-src-cd866e52ae687ceafe7d06b67adabbabfc8a47a4.tar.gz
Whoops! I buggered up the tape dialog. Fixed. These changes allow
you to specify your tape drive device for the cases when the user has more than one.
Diffstat (limited to 'release/instdist.sh')
-rw-r--r--release/instdist.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 28f5dc7..85672fe 100644
--- a/release/instdist.sh
+++ b/release/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.44 1994/12/21 04:57:07 jkh Exp $
+# $Id: instdist.sh,v 1.45 1994/12/23 02:55:07 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -395,7 +395,8 @@ system? FreeBSD supports the following types:\n" -1 -1 3 \
"If you only have one tape drive, simply press return - the
default value should be correct. Otherwise, enter the
correct value and press return."; then
- MEDIA_DEVICE=${ANSWER}
+ MEDIA_DEVICE=${ANSWER}
+ fi
;;
QIC-02)
@@ -405,7 +406,8 @@ correct value and press return."; then
"If you only have one tape drive, simply press return - the
default value should be correct. Otherwise, enter the
correct value and press return."; then
- MEDIA_DEVICE=${ANSWER}
+ MEDIA_DEVICE=${ANSWER}
+ fi
;;
floppy)
OpenPOWER on IntegriCloud