From owner-freebsd-current@FreeBSD.ORG Mon May 30 15:59:23 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 67F03106564A for ; Mon, 30 May 2011 15:59:23 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.3.230]) by mx1.freebsd.org (Postfix) with ESMTP id E2D328FC12 for ; Mon, 30 May 2011 15:59:20 +0000 (UTC) Received: from dcave.digsys.bg (dcave.digsys.bg [192.92.129.5]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.4/8.14.4) with ESMTP id p4UFQewY050495 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 30 May 2011 18:26:45 +0300 (EEST) (envelope-from daniel@digsys.bg) Message-ID: <4DE3B72F.8030203@digsys.bg> Date: Mon, 30 May 2011 18:26:39 +0300 From: Daniel Kalchev User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110519 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20110529040800.GA44286@sysmon.tcworks.net> <4DE1EDD8.5050003@FreeBSD.org> <3E1EB5E79BD1A6B775EB8387@mac-pro.magehandbook.com> In-Reply-To: <3E1EB5E79BD1A6B775EB8387@mac-pro.magehandbook.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ZFS install from -CURRENT 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, 30 May 2011 15:59:23 -0000 On 29.05.11 16:10, Daniel Staal wrote: > --As of May 29, 2011 12:06:30 PM +0300, George Kontostanos is alleged > to have said: >> "http://www.aisecure.net/?p=132" > > Thanks, that's about what I expected the install procedure to be at > this point. Nice to have the reminder about the zpool.cache. (Do I > have to use the Live CD mode? Can I use shell mode instead?) > Actually, you don't need to go via the trouble to make /boot writable. You can obtain zpool.cache by using zpool import -c /tmp/zpool.cache zroot Then copy that file to the mounted root filesystem of the zpool. Daniel