From owner-freebsd-xen@FreeBSD.ORG Sun Jun 12 22:21:27 2011 Return-Path: Delivered-To: freebsd-xen@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECC6D106566B for ; Sun, 12 Jun 2011 22:21:27 +0000 (UTC) (envelope-from nenolod@systeminplace.net) Received: from mail.systeminplace.net (mail.systeminplace.net [204.152.223.2]) by mx1.freebsd.org (Postfix) with ESMTP id D2BF28FC12 for ; Sun, 12 Jun 2011 22:21:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.systeminplace.net (Postfix) with ESMTP id 55893A3022; Sun, 12 Jun 2011 15:21:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail.systeminplace.net Received: from mail.systeminplace.net ([127.0.0.1]) by localhost (mail.systeminplace.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s01+6DEikqiw; Sun, 12 Jun 2011 15:21:20 -0700 (PDT) Received: from mail.systeminplace.net (mail.systeminplace.net [204.152.223.2]) by mail.systeminplace.net (Postfix) with ESMTP id 9FB59A30BD; Sun, 12 Jun 2011 15:21:20 -0700 (PDT) Date: Sun, 12 Jun 2011 15:21:20 -0700 (PDT) From: William Pitcock To: Andriy Gapon Message-ID: <1056479.23.1307917280543.JavaMail.root@mail.systeminplace.net> In-Reply-To: <4DF0A216.4010901@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [99.32.97.100] X-Mailer: Zimbra 6.0.3_GA_1915.DEBIAN5 (ZimbraWebClient - FF3.0 (Linux)/6.0.3_GA_1915.DEBIAN5) Cc: freebsd-xen@FreeBSD.org Subject: Re: kernel + embedded sysinstall mfsroot? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 22:21:28 -0000 hi, ----- "Andriy Gapon" wrote: > mfsBSD could be something like what you describe. mfsBSD doesn't build a kernel image with an embedded mfsroot. the goal is to have a kernel you can specify in a xm config that will boot into sysinstall so you can do a network install of freebsd from within the domU environment. what i am looking to do is create a kernel image with an embedded mfsroot. netbsd already have a similar solution for doing installs within domU. william