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.
This commit is contained in:
parent
fbbd9aebdd
commit
247fc4628e
@ -285,7 +285,7 @@ DMenu MenuInitial = {
|
|||||||
"first character of the option name you're interested in. Invoke an\n"
|
"first character of the option name you're interested in. Invoke an\n"
|
||||||
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
|
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
|
||||||
"Press F1 for Installation Guide", /* help line */
|
"Press F1 for Installation Guide", /* help line */
|
||||||
"install", /* help file */
|
"INSTALL", /* help file */
|
||||||
{ { "Select" },
|
{ { "Select" },
|
||||||
{ "X Exit Install", NULL, NULL, dmenuExit },
|
{ "X Exit Install", NULL, NULL, dmenuExit },
|
||||||
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
|
{ " 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"
|
"more than one CDROM drive was found on your system. Please select one\n"
|
||||||
"of the following CDROM drives as your installation drive.",
|
"of the following CDROM drives as your installation drive.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -442,7 +442,7 @@ DMenu MenuMediaDOS = {
|
|||||||
"Otherwise, please select the DOS partition containing the FreeBSD\n"
|
"Otherwise, please select the DOS partition containing the FreeBSD\n"
|
||||||
"distribution files.",
|
"distribution files.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -454,7 +454,7 @@ DMenu MenuMediaFTP = {
|
|||||||
"carries more than the base distribution kits. Only the Primary site is\n"
|
"carries more than the base distribution kits. Only the Primary site is\n"
|
||||||
"guaranteed to carry the full range of possible distributions.",
|
"guaranteed to carry the full range of possible distributions.",
|
||||||
"Select a site that's close!",
|
"Select a site that's close!",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||||
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
|
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
|
||||||
{ "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
|
{ "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"
|
"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.",
|
"select one of the following tape devices detected on your system.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1141,7 +1141,7 @@ DMenu MenuInstallCustom = {
|
|||||||
"details on the type of distribution you wish to have, where you wish\n"
|
"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.",
|
"to install it from and how you wish to allocate disk storage to FreeBSD.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
|
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
|
||||||
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
|
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
|
||||||
#ifdef __alpha__
|
#ifdef __alpha__
|
||||||
|
@ -285,7 +285,7 @@ DMenu MenuInitial = {
|
|||||||
"first character of the option name you're interested in. Invoke an\n"
|
"first character of the option name you're interested in. Invoke an\n"
|
||||||
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
|
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
|
||||||
"Press F1 for Installation Guide", /* help line */
|
"Press F1 for Installation Guide", /* help line */
|
||||||
"install", /* help file */
|
"INSTALL", /* help file */
|
||||||
{ { "Select" },
|
{ { "Select" },
|
||||||
{ "X Exit Install", NULL, NULL, dmenuExit },
|
{ "X Exit Install", NULL, NULL, dmenuExit },
|
||||||
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
|
{ " 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"
|
"more than one CDROM drive was found on your system. Please select one\n"
|
||||||
"of the following CDROM drives as your installation drive.",
|
"of the following CDROM drives as your installation drive.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -442,7 +442,7 @@ DMenu MenuMediaDOS = {
|
|||||||
"Otherwise, please select the DOS partition containing the FreeBSD\n"
|
"Otherwise, please select the DOS partition containing the FreeBSD\n"
|
||||||
"distribution files.",
|
"distribution files.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -454,7 +454,7 @@ DMenu MenuMediaFTP = {
|
|||||||
"carries more than the base distribution kits. Only the Primary site is\n"
|
"carries more than the base distribution kits. Only the Primary site is\n"
|
||||||
"guaranteed to carry the full range of possible distributions.",
|
"guaranteed to carry the full range of possible distributions.",
|
||||||
"Select a site that's close!",
|
"Select a site that's close!",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||||
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
|
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
|
||||||
{ "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
|
{ "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"
|
"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.",
|
"select one of the following tape devices detected on your system.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1141,7 +1141,7 @@ DMenu MenuInstallCustom = {
|
|||||||
"details on the type of distribution you wish to have, where you wish\n"
|
"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.",
|
"to install it from and how you wish to allocate disk storage to FreeBSD.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
|
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
|
||||||
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
|
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
|
||||||
#ifdef __alpha__
|
#ifdef __alpha__
|
||||||
|
@ -285,7 +285,7 @@ DMenu MenuInitial = {
|
|||||||
"first character of the option name you're interested in. Invoke an\n"
|
"first character of the option name you're interested in. Invoke an\n"
|
||||||
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
|
"option by pressing [ENTER] or [TAB-ENTER] to exit the installation.",
|
||||||
"Press F1 for Installation Guide", /* help line */
|
"Press F1 for Installation Guide", /* help line */
|
||||||
"install", /* help file */
|
"INSTALL", /* help file */
|
||||||
{ { "Select" },
|
{ { "Select" },
|
||||||
{ "X Exit Install", NULL, NULL, dmenuExit },
|
{ "X Exit Install", NULL, NULL, dmenuExit },
|
||||||
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
|
{ " 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"
|
"more than one CDROM drive was found on your system. Please select one\n"
|
||||||
"of the following CDROM drives as your installation drive.",
|
"of the following CDROM drives as your installation drive.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -442,7 +442,7 @@ DMenu MenuMediaDOS = {
|
|||||||
"Otherwise, please select the DOS partition containing the FreeBSD\n"
|
"Otherwise, please select the DOS partition containing the FreeBSD\n"
|
||||||
"distribution files.",
|
"distribution files.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -454,7 +454,7 @@ DMenu MenuMediaFTP = {
|
|||||||
"carries more than the base distribution kits. Only the Primary site is\n"
|
"carries more than the base distribution kits. Only the Primary site is\n"
|
||||||
"guaranteed to carry the full range of possible distributions.",
|
"guaranteed to carry the full range of possible distributions.",
|
||||||
"Select a site that's close!",
|
"Select a site that's close!",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||||
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
|
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
|
||||||
{ "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
|
{ "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"
|
"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.",
|
"select one of the following tape devices detected on your system.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { NULL } },
|
{ { NULL } },
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1141,7 +1141,7 @@ DMenu MenuInstallCustom = {
|
|||||||
"details on the type of distribution you wish to have, where you wish\n"
|
"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.",
|
"to install it from and how you wish to allocate disk storage to FreeBSD.",
|
||||||
"Press F1 to read the installation guide",
|
"Press F1 to read the installation guide",
|
||||||
"install",
|
"INSTALL",
|
||||||
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
|
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
|
||||||
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
|
{ "2 Options", "View/Set various installation options", NULL, optionsEditor },
|
||||||
#ifdef __alpha__
|
#ifdef __alpha__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user