From owner-freebsd-stable@FreeBSD.ORG Sun Feb 8 23:59:55 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85E41773 for ; Sun, 8 Feb 2015 23:59:55 +0000 (UTC) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 57401E5E for ; Sun, 8 Feb 2015 23:59:55 +0000 (UTC) Received: from gromit.chumby.lan (c-71-63-94-21.hsd1.va.comcast.net [71.63.94.21]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id C1A3AA28; Sun, 8 Feb 2015 18:59:47 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: FreeBSD ZFS with Boot Environments (Was: 10.1-RELEASE: bsdinstall on zfs: /var and /usr on zroot/ROOT/default) From: Paul Mather In-Reply-To: <54D7F529.4030103@quip.cz> Date: Sun, 8 Feb 2015 18:59:45 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <4483B8DB-D7C6-4337-A264-8125003CB7BD@gromit.dlib.vt.edu> References: <20150208113656.GE3395@lan.sigsys.de> <20150208232623.GA5255@lan.sigsys.de> <54D7F529.4030103@quip.cz> To: Miroslav Lachman <000.fbsd@quip.cz> X-Mailer: Apple Mail (2.1878.6) Cc: Raphael Eiselstein , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 23:59:55 -0000 On Feb 8, 2015, at 6:45 PM, Miroslav Lachman <000.fbsd@quip.cz> wrote: > Raphael Eiselstein wrote on 02/09/2015 00:26: >=20 > [...] >=20 >> Having a BE is cool stuff I guess, but it lacks some documentation = (at >> least in FreeBSD handbook). >>=20 >> I found just a side note about "boot environments" in the "FreeBSD >> handbook": = https://www.freebsd.org/doc/handbook/bsdinstall-partitioning.html >>=20 >> Is there some "official" documentation about boot environments? >>=20 >> Searching the web for 'site:freebsd.org zfs "boot environment"' I = found >> https://forums.freebsd.org/threads/howto-freebsd-zfs-madness.31662/ >> So is this "official" or mainstream or just a experimental hack or a = poc? >=20 > BE is heavily used by PC-BSD, so you can try to look for some = documentation on pcbsd.org. See, also, the sysutils/beadm port for how to create and use boot = environments under FreeBSD. I don't know if the bsdinstall ZFS partitioning option is compatible = with sysutils/beadm boot environments, but, from what I've seen in this = thread, it looks like it is. Cheers, Paul.