From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 28 19:52:11 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F18B1065673 for ; Tue, 28 Dec 2010 19:52:11 +0000 (UTC) (envelope-from lists-freebsd@silverwraith.com) Received: from chiku.silverwraith.com (chiku.silverwraith.com [66.228.208.227]) by mx1.freebsd.org (Postfix) with ESMTP id 287B08FC16 for ; Tue, 28 Dec 2010 19:52:10 +0000 (UTC) Received: from avleen by chiku.silverwraith.com with local (Exim 4.72) (envelope-from ) id 1PXfab-0007mc-T1; Tue, 28 Dec 2010 11:52:09 -0800 Date: Tue, 28 Dec 2010 11:52:09 -0800 From: Avleen Vig To: Robert Watson Message-ID: <20101228195209.GC4405@silverwraith.com> References: <20101228094318.GA4405@silverwraith.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-hackers@freebsd.org Subject: Re: Creating an LVM-backed FreeBSD DomU in a Linux Dom0 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 19:52:11 -0000 On Tue, Dec 28, 2010 at 07:35:47PM +0000, Robert Watson wrote: > > >After searching high and low and not finding exactly what I wanted > >(although Adrian Chadd's documents came close), I decided to > >document a lengthy but worthwhile procedure: > > > >How to install a FreeBSD DomU guest in a Linux Dom0 Xen host, from > >scratch, with LVM-backed storage (rather than file based), and > >without the need to rely on random kernels and ISO[1] > > > >http://bit.ly/dVhfFe > > > >Hopefully people find it useful :-) > > FYI, we now have a xen(4) man page, which will ship in 8.2. It's > not tutorial material like your document, but is useful reference > material. I'd like it very much if we could get something more > along the lines of what you've created into the FreeBSD Handbook. I'd be happy to work on that. I've been meaning to get some things done on documentation for a while now.