summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-26 08:11:24 +0000
committerjkh <jkh@FreeBSD.org>1995-10-26 08:11:24 +0000
commitaa9adb3fbe84bfd397a94cd12ad446493938b10b (patch)
tree9a8d16231542ed3e89667fa414336feffb868607 /release/sysinstall/options.c
parent440393bb4465ace7d36918c929198d5b40ca1701 (diff)
downloadFreeBSD-src-aa9adb3fbe84bfd397a94cd12ad446493938b10b.zip
FreeBSD-src-aa9adb3fbe84bfd397a94cd12ad446493938b10b.tar.gz
o Fix installUpgrade to start the holographic shell as well.
o Lots of documentation fixes. o Rename FTP active to "FTP" and explain passive mode better. o Make tcpip screen a bit more friendly. o Literally dozens of nits.
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r--release/sysinstall/options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index dbc32f8..0ab647a 100644
--- a/release/sysinstall/options.c
+++ b/release/sysinstall/options.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: options.c,v 1.22 1995/10/21 18:28:07 jkh Exp $
+ * $Id: options.c,v 1.23 1995/10/22 01:32:57 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -117,6 +117,8 @@ static Option Options[] = {
OPT_IS_VAR, NULL, VAR_NO_CONFIRM, varCheck },
{ "FTP OnError", "What to do when FTP requests fail: abort, retry, reselect.",
OPT_IS_FUNC, mediaSetFtpOnError, VAR_FTP_ONERROR, varCheck },
+{ "FTP Retries", "If FTP OnError == retry, this is the number of times to try.",
+ OPT_IS_VAR, NULL, VAR_FTP_RETRIES, varCheck },
{ "FTP username", "Username and password to use instead of anonymous",
OPT_IS_FUNC, mediaSetFtpUserPass, VAR_FTP_USER, varCheck },
{ "Tape Blocksize", "Tape media block size in 512 byte blocks",
OpenPOWER on IntegriCloud