Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2011 09:08:14 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218839 - head/usr.sbin/sysinstall
Message-ID:  <201102190908.p1J98EFJ090118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 } },
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102190908.p1J98EFJ090118>