summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-02 01:30:37 +0000
committerjkh <jkh@FreeBSD.org>1996-10-02 01:30:37 +0000
commitc5daba2dfdde4dcede28aefd521ce3e716d42a70 (patch)
treeda95fd72f6d36ed38d99c594e4e1fb6e152b69fb /release/sysinstall/options.c
parent5f7e240fef6c3a8541d3dc2136d5856a32c08774 (diff)
downloadFreeBSD-src-c5daba2dfdde4dcede28aefd521ce3e716d42a70.zip
FreeBSD-src-c5daba2dfdde4dcede28aefd521ce3e716d42a70.tar.gz
More tweaks to FTP reselection code - allow "none" to stand for
"no specific release - use anything you can find"
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r--release/sysinstall/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index bec4c6b..f7200f7 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.42 1996/08/03 10:11:33 jkh Exp $
+ * $Id: options.c,v 1.43 1996/10/01 12:13:22 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -94,7 +94,7 @@ mediaCheck(Option opt)
}
#define TAPE_PROMPT "Please enter the tape block size in 512 byte blocks:"
-#define RELNAME_PROMPT "Please specify the release you wish to load:"
+#define RELNAME_PROMPT "Please specify the release you wish to load or\n\"none\" for a generic release install:"
#define BPKG_PROMPT "Please specify the name of the HTML browser package:"
#define BBIN_PROMPT "Please specify a full pathname to the HTML browser binary:"
#define EDITOR_PROMPT "Please specify the name of the text editor you wish to use:"
OpenPOWER on IntegriCloud