From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 21:25:36 2013 Return-Path: Delivered-To: freebsd-current@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 3DAD46FF for ; Thu, 10 Oct 2013 21:25:36 +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 18C142F20 for ; Thu, 10 Oct 2013 21:25:35 +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 B1F0821DCA for ; Thu, 10 Oct 2013 21:25:34 +0000 (UTC) Message-ID: <52571B63.5050403@allanjude.com> Date: Thu, 10 Oct 2013 17:25:55 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Prompt Live-CD/DVD with support for ZFS v.5000 References: <524DF430.1040504@ukr.net> <20131004135655.GA89251@roberto02-aw.eurocontrol.fr> <52571856.1020302@ukr.net> In-Reply-To: <52571856.1020302@ukr.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 10 Oct 2013 21:25:36 -0000 On 2013-10-10 17:12, Vladislav V. Prodan wrote: > 04.10.2013 16:56, Ollivier Robert wrote: >> According to Vladislav V. Prodan on Fri, Oct 04, 2013 at 01:48:16AM +0300: >>> You want to add such a liveCD for automatic loading on PXE. >>> MfsBSD built with ZFS v.28 :( >> mfsbsd will be updated soon I guess but in the meantime it is very easy to generate your own. Just get the code from github, modify a few config files if needed and make. >> > Thanks. > > In the latest build no libiconv.so.3 > > root@mfsbsd:/tmp/oldpool/var/db/mysql # rsync -a > /tmp/oldpool/var/db/mysql/ /tmp/newpool/var/db/mysql/ > Shared object "libiconv.so.3" not found, required by "rsync" > > > > First time seeing this thread, but Devin Teske and I have just finished integrated support for root-on-zfs installs in bsdinstall, should land in head today -- Allan Jude