From owner-freebsd-xen@FreeBSD.ORG Thu Jun 9 14:40:37 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 A1AD51065672; Thu, 9 Jun 2011 14:40:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF908FC08; Thu, 9 Jun 2011 14:40:37 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B395019E02F; Thu, 9 Jun 2011 16:23:33 +0200 (CEST) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B05C319E02E; Thu, 9 Jun 2011 16:23:31 +0200 (CEST) Message-ID: <4DF0D762.2040703@quip.cz> Date: Thu, 09 Jun 2011 16:23:30 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Andriy Gapon References: <5123384.12.1307584531946.JavaMail.root@mail.systeminplace.net> <4DF0A216.4010901@FreeBSD.org> In-Reply-To: <4DF0A216.4010901@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 09 Jun 2011 14:40:37 -0000 Andriy Gapon wrote: > on 09/06/2011 04:55 William Pitcock said the following: >> Hi, >> >> Is anyone working on building install kernels with embedded mfsroot >> (which you then go in over console to do the actual install obviously)? >> >> If not, would anyone be interested in working on that if a bounty were >> offered? I think it would be helpful to improving the port if it were >> easy to install FreeBSD in Xen from scratch (which would improve motivation >> for testing). > > > mfsBSD could be something like what you describe. I tried to use sysinstall from mfsBSD to install FreeBSD 8.2 amd64 on to already partitioned gmirror, but without success. Sysinstall unpacked distribuition files in to right place (/mnt) but adding users, rc.conf, timezone and other settings was done in running live system, not on installed files under /mnt. Maybe it was my mistake in some sysinstall configuration. I tried it hard, but no luck... Miroslav Lachman