From 1175d729308f02bf6ea4b6f0fe3c625c8f212185 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 2 Feb 1995 04:13:22 +0000 Subject: Clean up the documentation in light of a few recent changes. --- release/scripts/instdist.sh | 14 +++++++------- release/scripts/netinst.sh | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'release') diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh index 167d81f..ab04918 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.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 diff --git a/release/scripts/netinst.sh b/release/scripts/netinst.sh index e99721c..f06d17a 100644 --- a/release/scripts/netinst.sh +++ b/release/scripts/netinst.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: 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 -- cgit v1.1