summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-19 09:08:13 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-19 09:08:13 +0000
commit908cadad86d099e23dfc106a90c3472ad7f2e16e (patch)
tree48b63f7f7ed3c70e721fba2673fb3d4c402374e7 /usr.sbin
parent1d3d8b3035bb01839778cb25454e660585280eca (diff)
downloadFreeBSD-src-908cadad86d099e23dfc106a90c3472ad7f2e16e.zip
FreeBSD-src-908cadad86d099e23dfc106a90c3472ad7f2e16e.tar.gz
In the distribution list, 'A' is listed as the key to press to select both
'All' and 'Minimal'. Update the keys for Minimal and Custom to avoid the conflict. PR: bin/153809 Submitted by: Janne Snabb <snabb at epipe.com> MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 05778c3..d16a0ed 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -961,9 +961,9 @@ DMenu MenuDistributions = {
checkDistKernDeveloper, distSetKernDeveloper },
{ "6 User", "Average user - binaries and doc only",
checkDistUser, distSetUser },
- { "A Minimal", "The smallest configuration possible",
+ { "7 Minimal", "The smallest configuration possible",
checkDistMinimum, distSetMinimum },
- { "B Custom", "Specify your own distribution set",
+ { "8 Custom", "Specify your own distribution set",
NULL, dmenuSubmenu, NULL, &MenuSubDistributions, '>', '>', '>' },
{ NULL } },
};
OpenPOWER on IntegriCloud