From owner-freebsd-current@FreeBSD.ORG Thu Sep 15 18:02:34 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 60A211065670; Thu, 15 Sep 2011 18:02:34 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f49.google.com (mail-qw0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id E202C8FC17; Thu, 15 Sep 2011 18:02:33 +0000 (UTC) Received: by qwm25 with SMTP id 25so3239123qwm.22 for ; Thu, 15 Sep 2011 11:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CVDS4fW8ddxRalr/ef4cDdfqmP+G3SrJY3/HURAhWrk=; b=aU3NMkC0B9OL61t8AGLgZ0iZ3ZjjOJV4M9zyLaesSfcTip0ru+sIwnGbw3eFfeBzxU O393o1ORI1WlNJcvdttVG21Vp0FQEbtAw2xRXRq+VXql81XjvOTmWDjZQuQaCExkarPD M43YWsKmr9AqcMPwlKpggrSFXg12QxOt2MEec= MIME-Version: 1.0 Received: by 10.224.180.136 with SMTP id bu8mr1287920qab.142.1316109753124; Thu, 15 Sep 2011 11:02:33 -0700 (PDT) Received: by 10.224.37.83 with HTTP; Thu, 15 Sep 2011 11:02:33 -0700 (PDT) In-Reply-To: References: <4E6E0FD5.1020609@a1poweruser.com> <1976868927.20110914234428@serebryakov.spb.ru> <20110915121234.GA10165@in-addr.com> Date: Thu, 15 Sep 2011 11:02:33 -0700 Message-ID: From: Garrett Cooper To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: Gary Palmer , 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:02:34 -0000 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.. -Garrett