mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Stop saying that "express" mode is for impatient people. It's
really for impatient and EXPERT people who know sysinstall backwards and forwards. MFC after: 1 week
This commit is contained in:
parent
554b9a6e8e
commit
6a5a5f48e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89974
@ -296,7 +296,7 @@ DMenu MenuInitial = {
|
||||
{ "X Exit Install", NULL, NULL, dmenuExit },
|
||||
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
|
||||
{ "Standard", "Begin a standard installation (recommended)", NULL, installStandard },
|
||||
{ "Express", "Begin a quick installation (for the impatient)", NULL, installExpress },
|
||||
{ "Express", "Begin a quick installation (for experts)", NULL, installExpress },
|
||||
{ " Custom", "Begin a custom installation (for experts)", NULL, dmenuSubmenu, NULL, &MenuInstallCustom },
|
||||
{ "Configure", "Do post-install configuration of FreeBSD", NULL, dmenuSubmenu, NULL, &MenuConfigure },
|
||||
{ "Doc", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
|
||||
|
@ -296,7 +296,7 @@ DMenu MenuInitial = {
|
||||
{ "X Exit Install", NULL, NULL, dmenuExit },
|
||||
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
|
||||
{ "Standard", "Begin a standard installation (recommended)", NULL, installStandard },
|
||||
{ "Express", "Begin a quick installation (for the impatient)", NULL, installExpress },
|
||||
{ "Express", "Begin a quick installation (for experts)", NULL, installExpress },
|
||||
{ " Custom", "Begin a custom installation (for experts)", NULL, dmenuSubmenu, NULL, &MenuInstallCustom },
|
||||
{ "Configure", "Do post-install configuration of FreeBSD", NULL, dmenuSubmenu, NULL, &MenuConfigure },
|
||||
{ "Doc", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
|
||||
|
Loading…
Reference in New Issue
Block a user