Author: brucec
Date: Sat Feb 19 09:08:13 2011
New Revision: 218839
URL: http://svn.freebsd.org/changeset/base/218839

Log:
  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

Modified:
  head/usr.sbin/sysinstall/menus.c

Modified: head/usr.sbin/sysinstall/menus.c
==============================================================================
--- head/usr.sbin/sysinstall/menus.c    Sat Feb 19 07:47:25 2011        
(r218838)
+++ head/usr.sbin/sysinstall/menus.c    Sat Feb 19 09:08:13 2011        
(r218839)
@@ -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 } },
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to