Clean up the documentation in light of a few recent changes.

This commit is contained in:
Jordan K. Hubbard 1995-02-02 04:13:22 +00:00
parent 5134cfac45
commit 4aed3d5f76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6116
2 changed files with 9 additions and 9 deletions

View File

@ -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.7 1995/01/30 22:52:50 jkh Exp $
# $Id: instdist.sh,v 1.8 1995/02/02 04:08:13 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@ -58,12 +58,12 @@ media_set_tmpdir()
"Please specify the name of a directory containing enough free
space to hold the temporary files for this distribution. At
minimum, a binary distribution will require around 21MB of
temporary space. At maximum, a srcdist may take 30MB or more.
If the directory you specify does not exist, it will be created
for you. If you do not have enough free space to hold both the
packed and unpacked distribution files, consider using the NFS
or CDROM installation methods as they require no temporary
storage."; then return 1; fi
temporary space. At maximum, a src distribution may take 30MB
or more. If the directory you specify does not exist, it will
be created for you. If you do not have enough free space to
hold both the packed and unpacked distribution files, consider
using the NFS or CDROM installation methods as they require no
temporary storage."; then return 1; fi
TMPDIR=${ANSWER}
mkdir -p ${TMPDIR}
return 0

View File

@ -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: netinst.sh,v 1.2 1995/01/28 01:18:43 jkh Exp $
# $Id: netinst.sh,v 1.3 1995/01/30 02:13:05 jkh Exp $
if [ "${_NETINST_SH_LOADED_}" = "yes" ]; then
return 0
@ -163,7 +163,7 @@ network_setup()
fi
DEFAULT_VALUE=""
if network_dialog "Set extra flags to ${IFCONFIG_CMD}?"; then
if network_dialog "Any extra flags to ${IFCONFIG_CMD}, put them here"; then
IFCONFIG_FLAGS=${ANSWER}
fi
echo "Progress <${IFCONFIG_CMD} ${INTERFACE} ${IPADDR} ${REMOTE_IPADDR} netmask ${NETMASK} ${IFCONFIG_FLAGS}>" >/dev/ttyv1