From owner-freebsd-current@FreeBSD.ORG Mon May 15 17:05:44 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649A916B100 for ; Mon, 15 May 2006 17:05:44 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5846743D5A for ; Mon, 15 May 2006 17:05:38 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so1135514pya for ; Mon, 15 May 2006 10:05:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a1TTuflmmOjdpe3biCNJww2XuctouLmekC57S0EXuiyfexXPVQ3kEj6Gd2AVFtS+Cwiw5rrdIqV0bcCM6UbcOYRaybLP7QyqinccnpjGTGHBVEHq3mDiSv36UEgmXYhV0L7Ufi4MQsdFOYBQrQS1Y4pqMnMUimb5ahohahVG22k= Received: by 10.35.18.4 with SMTP id v4mr95310pyi; Mon, 15 May 2006 10:05:04 -0700 (PDT) Received: by 10.35.94.6 with HTTP; Mon, 15 May 2006 10:05:04 -0700 (PDT) Message-ID: Date: Mon, 15 May 2006 13:05:04 -0400 From: "Scott Ullrich" In-Reply-To: <20060515175523.daaccd6c.rosti.bsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060515150504.44b3a065.rosti.bsd@gmail.com> <20060515143905.L38871@fledge.watson.org> <20060515175523.daaccd6c.rosti.bsd@gmail.com> Cc: freebsd-current@freebsd.org, Robert Watson , Andrew Turner Subject: Re: BSDInstaller snapshot 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: Mon, 15 May 2006 17:05:47 -0000 On 5/15/06, Rostislav Krasny wrote: > Maybe the right solution is to use "FreeBSD" when the installer is > runnig on FreeBSD and "DragonflyBSD" when it is running on DragonflyBSD? Yes this is most likely the best fix for this. I'll commit a change to the tree in a bit to change this behavior. Also on a related BSDInstaller note, we may have tracked down the problem with "bin/90093: fdisk(8) incapable of altering in-core geometry". Will be testing this in a bit and if it works I'll submit a fdisk patch. Scott