From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 12:12:36 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 2AEA5106564A; Thu, 15 Sep 2011 12:12:36 +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 F2B1E8FC19; Thu, 15 Sep 2011 12:12:35 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R4Anz-0008q9-1f; Thu, 15 Sep 2011 08:12:35 -0400 Date: Thu, 15 Sep 2011 08:12:34 -0400 From: Gary Palmer To: Kevin Oberman Message-ID: <20110915121234.GA10165@in-addr.com> References: <4E6E0FD5.1020609@a1poweruser.com> <1976868927.20110914234428@serebryakov.spb.ru> 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 12:12:36 -0000 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. Gary