From owner-svn-src-all@FreeBSD.ORG Tue Oct 15 16:55:07 2013 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACDFBB1D; Tue, 15 Oct 2013 16:55:07 +0000 (UTC) (envelope-from freebsd@allanjude.com) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id 8495E269A; Tue, 15 Oct 2013 16:55:06 +0000 (UTC) Received: from [10.1.1.1] (S01060001abad1dea.hm.shawcable.net [50.70.108.129]) (Authenticated sender: allan.jude@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 2A3FA3CC58; Tue, 15 Oct 2013 16:55:04 +0000 (UTC) Message-ID: <525D7385.1050509@allanjude.com> Date: Tue, 15 Oct 2013 12:55:33 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Andriy Gapon , Devin Teske , Bryan Drewery Subject: Re: svn commit: r256343 - in head/usr.sbin/bsdinstall: . scripts References: <201310112041.r9BKfZeT002056@svn.freebsd.org> <20131015145032.GD98118@admin.xzibition.com> <13CA24D6AB415D428143D44749F57D720FC6A04C@LTCFISWMSGMB21.FNFIS.com> <525D5E07.1070900@allanjude.com> <13CA24D6AB415D428143D44749F57D720FC6A61F@LTCFISWMSGMB21.FNFIS.com> <525D6E24.70901@allanjude.com> <525D70AE.1020103@FreeBSD.org> In-Reply-To: <525D70AE.1020103@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , "Teske, Devin" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 16:55:07 -0000 On 2013-10-15 12:43, Andriy Gapon wrote: > on 15/10/2013 19:32 Allan Jude said the following: >> Lets change ZFSBOOT_BEROOT_NAME to 'ROOT' and remove the /usr/local and >> /var/db/pkg datasets entirely (so they become part of the BE). Based on >> IRC discussion with bdrewery and Shawn Webb > I want to note that a good implementation of BEs should support a dependent > datasets feature. Unfortunately, it seems that we do not have any good BE > implementation for FreeBSD right now. If we had, personally I'd prefer to have > /usr/local in separate filesystem. > Indeed, on my laptop /usr/local is separate, and I just have compat9x installed so my 10 kernel can run the pkgs from my 9.2 kernel -- Allan Jude