From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 20:27:30 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6379B106566C; Thu, 29 Dec 2011 20:27:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 394268FC0A; Thu, 29 Dec 2011 20:27:30 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id E67B446B09; Thu, 29 Dec 2011 15:27:29 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EFA6FB91E; Thu, 29 Dec 2011 15:27:28 -0500 (EST) From: John Baldwin To: Nathan Whitehorn Date: Thu, 29 Dec 2011 15:04:43 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <4EF904F2.4020109@FreeBSD.org> <4EFCC59E.8050508@freebsd.org> In-Reply-To: <4EFCC59E.8050508@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112291504.43430.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 29 Dec 2011 15:27:29 -0500 (EST) Cc: Warren Block , freebsd-current@freebsd.org Subject: Re: Removal of sysinstall from HEAD and lack of a post-install configuration tool X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 20:27:30 -0000 On Thursday, December 29, 2011 2:55:10 pm Nathan Whitehorn wrote: > On 12/29/11 10:52, Warren Block wrote: > > On Thu, 29 Dec 2011, John Baldwin wrote: > >> > >> A way to select from available partition types (UFS, boot, swap, ZFS, > >> etc.) > >> rather than requiring the user to remember the 'freebsd-xxx' string > >> would be > >> one improvement. > > > > There are PRs for that and several other common suggestions: > > > > http://www.freebsd.org/cgi/query-pr-summary.cgi?&text=bsdinstall > > The problem with, say, a dropdown menu is that libdialog doesn't provide > a combination dropdown-and-text-entry window. The only alternative would > be to split partition creation into two screens (first a list of types, > and later a thing to set it up). That has the disadvantage of requiring > two screens, or a third if you want alternate types. sysinstall just popped up a new modal dialog with a menu to pick the partition type. Would something like that work in bsdinstall? -- John Baldwin