summaryrefslogtreecommitdiffstats
path: root/release/instdist.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-23 10:52:30 +0000
committerjkh <jkh@FreeBSD.org>1994-11-23 10:52:30 +0000
commit79f6c3892f09a37a6eb887c022207cfd30673a9e (patch)
tree8b1b20e1f695f324d545ef5a1a1aea9e62aaf1d5 /release/instdist.sh
parent277534933fde601d8188716928a8f89dcf484886 (diff)
downloadFreeBSD-src-79f6c3892f09a37a6eb887c022207cfd30673a9e.zip
FreeBSD-src-79f6c3892f09a37a6eb887c022207cfd30673a9e.tar.gz
Correct a really stupid bug that broke NFS installs. SIGH!!!!!
Diffstat (limited to 'release/instdist.sh')
-rw-r--r--release/instdist.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 8282c59..f135550 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.24 1994/11/21 07:25:27 jkh Exp $
+# $Id: instdist.sh,v 1.25 1994/11/21 11:18:48 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -459,6 +459,8 @@ distribution you wish to load. This must be in machine:dir
format (e.g. zooey:/a/FreeBSD/${DISTNAME}). The remote
directory *must* be be exported to your machine (or globally)
for this to work!\n"; then continue; fi
+ nfs_path=$answer
+
default_value=""
if input \
"Do you wish to specify any options to NFS? If you're installing
OpenPOWER on IntegriCloud