From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 18:55:04 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 EBDF3106566B; Thu, 15 Sep 2011 18:55:04 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id B94EA8FC13; Thu, 15 Sep 2011 18:55:04 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R4H5T-0009NW-AV; Thu, 15 Sep 2011 14:55:03 -0400 Date: Thu, 15 Sep 2011 14:55:03 -0400 From: Gary Palmer To: Garrett Cooper Message-ID: <20110915185503.GB10165@in-addr.com> References: <4E6E0FD5.1020609@a1poweruser.com> <1976868927.20110914234428@serebryakov.spb.ru> <20110915121234.GA10165@in-addr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on noop.in-addr.com); SAEximRunCond expanded to false Cc: lev@freebsd.org, freebsd-current@freebsd.org Subject: Re: 9.0 beta2 & the new bsdinstaller 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, 15 Sep 2011 18:55:05 -0000 On Thu, Sep 15, 2011 at 11:02:33AM -0700, Garrett Cooper wrote: > On Thu, Sep 15, 2011 at 10:58 AM, Kevin Oberman wrote: > > On Thu, Sep 15, 2011 at 5:12 AM, Gary Palmer wrote: > >> On Wed, Sep 14, 2011 at 03:46:21PM -0700, Kevin Oberman wrote: > >>> Second, I frequently want custom newfs options, most notably -b, -f, > >>> and -i. There was no way to do this with sysinstall > >> > >> The source appears to disagree with you > >> > >> From usr.sbin/sysinstall/label.c > >> > >> /* If the user wants a special newfs command for this, set it */ > >> static void > >> getNewfsCmd(PartInfo *p) > >> > >> I'm pretty sure I've used that option in multiple releases of FBSD. > >> > >> If that is missing in the new installer then that is something that needs > >> fixed. > > > > I stand corrected and am baffled by how I missed it. > > > > I still want to see the arguments that are to be passed to newfs > > before I pull the trigger. > > That functionality doesn't exist today, unless you want to drop into > the shell and set everything up manually.. Is there a way of tracking suggested improvements to the new installer other than the mailing list archives? Gary