From owner-freebsd-stable@FreeBSD.ORG Mon Jun 8 18:12:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C97C106566C for ; Mon, 8 Jun 2009 18:12:21 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mx.egr.msu.edu (surfnturf.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id E5D5F8FC1C for ; Mon, 8 Jun 2009 18:12:20 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from localhost (localhost [127.0.0.1]) by mx.egr.msu.edu (Postfix) with ESMTP id B3E3571F4B7; Mon, 8 Jun 2009 14:12:19 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mx.egr.msu.edu ([127.0.0.1]) by localhost (surfnturf.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kvs47PmLiLPE; Mon, 8 Jun 2009 14:12:19 -0400 (EDT) Received: from [35.9.44.65] (daemon.egr.msu.edu [35.9.44.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mcdouga9) by mx.egr.msu.edu (Postfix) with ESMTPSA id 9109971F433; Mon, 8 Jun 2009 14:12:19 -0400 (EDT) Message-ID: <4A2D5483.2080004@egr.msu.edu> Date: Mon, 08 Jun 2009 14:12:19 -0400 From: Adam McDougall User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: Dan Naumov References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Alberto Villa Subject: Re: /boot/loader and RELENG_7 (WAS: gptzfsboot and RELENG_7) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 18:12:21 -0000 Dan Naumov wrote: > Ah, so there is still a (small) piece of 8-CURRENT needed to have a > working 7-STABLE zfs boot configuration? I am getting really confused > now, if I add LOADER_ZFS_SUPPORT=yes to my /etc/make.conf, the > RELENG_7 system will be built with zfs boot support, but I still need > the actual /boot/loader from 8-CURRENT? Is that getting MFC'ed into > into RELENG_7 anytime soon? > > Where are all make.conf options documented by the way? Neither > /usr/share/examples/etc/make.conf nor "man make.conf" make any > reference to the LOADER_ZFS_SUPPORT option. > > - Dan Naumov > > > ZFS booting without partitions > See the last emails in the thread "ZFS booting without partitions", it has a patch which makes the -stable loader work (some changes that didn't get merged to -stable). I think only the change from 8 to 64 is all thats needed but I applied the whole patch when I tested it. Also, yes LOADER_ZFS_SUPPORT causes gptzfsboot to be compiled as well as add ZFS support to loader (and other stuff). It may not have been documented (I didn't check).