summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-09-22 08:13:36 +0000
committerjkh <jkh@FreeBSD.org>2000-09-22 08:13:36 +0000
commitedd9684293116b28ea797ca70402dd50a730ed28 (patch)
tree1783cbe1fbe7e1a54ed1320eb20e598c2823591b /usr.sbin/sysinstall/options.c
parent8b0722360737b693b543b5d78f32ba18fad4777d (diff)
downloadFreeBSD-src-edd9684293116b28ea797ca70402dd50a730ed28.zip
FreeBSD-src-edd9684293116b28ea797ca70402dd50a730ed28.tar.gz
Remove the bogus check against "none" for release names (which
really doesn't make any sense, what was I smoking) and allow the more canonical usage of "any" for either side of the comparison for release name or architecture (meaning you can also set CD_VERSION=any in a cdrom.inf file to cause sysinstall to always match it and likewise with the architecture, if specified). Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index ae640f6..0be8ff7 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -97,7 +97,7 @@ mediaCheck(Option opt)
#define TAPE_PROMPT "Please enter the tape block size in 512 byte blocks:"
#define NEWFS_PROMPT "Please enter newfs(8) parameters:"
-#define RELNAME_PROMPT "Please specify the release you wish to load or\n\"none\" for a generic release install:"
+#define RELNAME_PROMPT "Please specify the release you wish to load or\n\"any\" 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