summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-23 11:01:41 +0000
committerjkh <jkh@FreeBSD.org>1994-11-23 11:01:41 +0000
commit4066c0cb0f699ddf478623b7c7f8d092d3ddcb0c (patch)
treef469d6611d22327f721c8d996b4ac722a3bbc589 /release
parent79f6c3892f09a37a6eb887c022207cfd30673a9e (diff)
downloadFreeBSD-src-4066c0cb0f699ddf478623b7c7f8d092d3ddcb0c.zip
FreeBSD-src-4066c0cb0f699ddf478623b7c7f8d092d3ddcb0c.tar.gz
Fix stupid NFS bug reported by David Rivers
Fix doc bug reported by Garrett Wollman. A new cpio floppy should probably be rolled from these changes.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index f135550..987f5e8 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.25 1994/11/21 11:18:48 jkh Exp $
+# $Id: instdist.sh,v 1.26 1994/11/23 10:52:30 jkh Exp $
if [ "$_INSTINST_SH_LOADED_" = "yes" ]; then
return 0
@@ -466,7 +466,7 @@ for this to work!\n"; then continue; fi
"Do you wish to specify any options to NFS? If you're installing
from a Sun 4.1.x system, you may wish to specify resvport to allow
installation over a priviledged port. When using a slow ethernet
-card or network link, rsize=4096,wsize=4096 may also prove helpful.
+card or network link, \`-r=1024,-w=1024' may also prove helpful.
Options, if any, should be separated by commas."; then
if [ "$answer" != "" ]; then
nfs_options="-o $answer"
OpenPOWER on IntegriCloud