aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorTatsumi Hosokawa <hosokawa@FreeBSD.org>2000-11-27 13:35:11 +0000
committerTatsumi Hosokawa <hosokawa@FreeBSD.org>2000-11-27 13:35:11 +0000
commit247fc4628ead5f1e5b2b27b651a7df5047080cca (patch)
treef674d0415faa6ce271f8e88f3278f185cd0f437a /usr.sbin/sysinstall/menus.c
parentfbbd9aebdd575bce28fdbc7f46e3b0b0016e7b4d (diff)
downloadsrc-247fc4628ead5f1e5b2b27b651a7df5047080cca.tar.gz
src-247fc4628ead5f1e5b2b27b651a7df5047080cca.zip
Filename of install help file is "INSTALL.TXT", not "install.hlp".
Typing [F1] did not popup install help file window on main menu, and so on.
Notes
Notes: svn path=/head/; revision=69270
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 22e324f76ecc..ff6a7551a5d2 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -285,7 +285,7 @@ DMenu MenuInitial = {
"first character of the option name you're interested in. Invoke an\n"
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
"Press F1 for Installation Guide", /* help line */
- "install", /* help file */
+ "INSTALL", /* help file */
{ { "Select" },
{ "X Exit Install", NULL, NULL, dmenuExit },
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
@@ -416,7 +416,7 @@ DMenu MenuMediaCDROM = {
"more than one CDROM drive was found on your system. Please select one\n"
"of the following CDROM drives as your installation drive.",
"Press F1 to read the installation guide",
- "install",
+ "INSTALL",
{ { NULL } },
};
@@ -442,7 +442,7 @@ DMenu MenuMediaDOS = {
"Otherwise, please select the DOS partition containing the FreeBSD\n"
"distribution files.",
"Press F1 to read the installation guide",
- "install",
+ "INSTALL",
{ { NULL } },
};
@@ -454,7 +454,7 @@ DMenu MenuMediaFTP = {
"carries more than the base distribution kits. Only the Primary site is\n"
"guaranteed to carry the full range of possible distributions.",
"Select a site that's close!",
- "install",
+ "INSTALL",
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
{ "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
@@ -654,7 +654,7 @@ DMenu MenuMediaTape = {
"in one pass). If you have sufficient space for this, then you should\n"
"select one of the following tape devices detected on your system.",
"Press F1 to read the installation guide",
- "install",
+ "INSTALL",
{ { NULL } },
};
@@ -1141,7 +1141,7 @@ DMenu MenuInstallCustom = {
"details on the type of distribution you wish to have, where you wish\n"
"to install it from and how you wish to allocate disk storage to FreeBSD.",
"Press F1 to read the installation guide",
- "install",
+ "INSTALL",
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
#ifdef __alpha__