From owner-cvs-src-old@FreeBSD.ORG Tue Feb 22 17:50:41 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EDAB1065783 for ; Tue, 22 Feb 2011 17:50:41 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BFEA8FC12 for ; Tue, 22 Feb 2011 17:50:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1MHofFm082692 for ; Tue, 22 Feb 2011 17:50:41 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1MHofYd082691 for cvs-src-old@freebsd.org; Tue, 22 Feb 2011 17:50:41 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201102221750.p1MHofYd082691@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Tue, 22 Feb 2011 17:50:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.sbin/sysinstall label.c menus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 17:50:41 -0000 brucec 2011-02-22 17:50:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sysinstall label.c menus.c Log: SVN rev 218956 on 2011-02-22 17:50:33Z by brucec MFC r218839, r218840, r218841: 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. Remove the quotas option from the Startup Services menu. GENERIC has no support for quotas so this option has no effect. Allow users to create ufs1 filesystems via the noninteractive install.cfg system. PR: bin/153809 PR: bin/123237 PR: bin/113979 Revision Changes Path 1.153.2.6 +2 -0 src/usr.sbin/sysinstall/label.c 1.425.2.12 +2 -4 src/usr.sbin/sysinstall/menus.c