From owner-freebsd-emulation@FreeBSD.ORG Fri May 22 06:05:39 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DE2E106564A for ; Fri, 22 May 2009 06:05:39 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id E30D68FC0C for ; Fri, 22 May 2009 06:05:38 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2D3E4.dip.t-dialin.net [217.226.211.228]) by redbull.bpaserver.net (Postfix) with ESMTP id A1E232E0CA; Fri, 22 May 2009 08:05:35 +0200 (CEST) Received: from unknown (IO.Leidinger.net [192.168.2.103]) by outgoing.leidinger.net (Postfix) with ESMTP id 488E759360; Fri, 22 May 2009 08:05:32 +0200 (CEST) Date: Fri, 22 May 2009 08:05:31 +0200 From: Alexander Leidinger To: Geoff Fritz Message-ID: <20090522080531.0000792b@unknown> In-Reply-To: <20090522011245.GA60713@dev.null> References: <20090520213830.GA13304@dev.null> <20090521122911.00002a24@unknown> <20090522011245.GA60713@dev.null> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.10.13; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: A1E232E0CA.D514F X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: Linuxulator, 32-bit executables, and linux-from-scratch X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 06:05:39 -0000 On Thu, 21 May 2009 19:12:45 -0600 Geoff Fritz wrote: > On Thu, May 21, 2009 at 12:29:11PM +0200, Alexander Leidinger wrote: > > On Wed, 20 May 2009 15:38:30 -0600 Geoff Fritz > > wrote: > > > I've tried searching, but wasn't able to find any relavent > > > infomation about this next item. Has anyone tried a > > > linux-from-scratch bootstrap process under Linuxulator to create > > > a custom environment? > > > > Have a look at the gentoo linux_dist ports. This should be similar. > > I have a working linux emulation setup (using linux_base-f8-8_11) for > running the flash plugin. Would installing the gentoo stuff clobber > this at all? The linux_dist ports install into LOCALBASE, not into /compat/linux. Bye, Alexander.