From owner-svn-src-all@FreeBSD.ORG Sun Jan 20 03:55:10 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A0D45EFC; Sun, 20 Jan 2013 03:55:08 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9198AEE7; Sun, 20 Jan 2013 03:55:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0K3t8bk010142; Sun, 20 Jan 2013 03:55:08 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0K3t8qv010141; Sun, 20 Jan 2013 03:55:08 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201301200355.r0K3t8qv010141@svn.freebsd.org> From: Nathan Whitehorn Date: Sun, 20 Jan 2013 03:55:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245680 - head/usr.sbin/bsdinstall/partedit X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 03:55:10 -0000 Author: nwhitehorn Date: Sun Jan 20 03:55:08 2013 New Revision: 245680 URL: http://svnweb.freebsd.org/changeset/base/245680 Log: Make "Finish" the default choice in the partition editor. This lets you successfully complete an installation with all defaults by pressing Enter repeatedly until your machine reboots. MFC after: 3 weeks Modified: head/usr.sbin/bsdinstall/partedit/diskeditor.c Modified: head/usr.sbin/bsdinstall/partedit/diskeditor.c ============================================================================== --- head/usr.sbin/bsdinstall/partedit/diskeditor.c Sun Jan 20 03:47:13 2013 (r245679) +++ head/usr.sbin/bsdinstall/partedit/diskeditor.c Sun Jan 20 03:55:08 2013 (r245680) @@ -77,7 +77,7 @@ diskeditor_show(const char *title, const int partlist_height, partlist_width; int cur_scroll = 0; int key, fkey; - int cur_button = 0, cur_part = 0; + int cur_button = 5, cur_part = 0; int result = DLG_EXIT_UNKNOWN; static DLG_KEYS_BINDING binding[] = {