atom feed24 messages in org.freebsd.freebsd-portsRe: Linux compatibility with more tha...
FromSent OnAttachments
Thomas MuellerNov 29, 2011 1:31 am 
Alexander LeidingerNov 29, 2011 6:26 am 
Lars EngelsNov 30, 2011 1:04 am 
Olivier SmedtsNov 30, 2011 2:10 am 
Daniel NebdalNov 30, 2011 3:22 am 
Alexander LeidingerNov 30, 2011 6:42 am 
Thomas MuellerDec 1, 2011 3:05 am 
Alexander LeidingerDec 3, 2011 6:23 am 
Thomas MuellerDec 5, 2011 2:32 am 
Alexander LeidingerDec 5, 2011 6:07 am 
Thomas MuellerDec 6, 2011 1:52 am 
Zhihao YuanDec 6, 2011 2:53 am 
Alexander LeidingerDec 6, 2011 3:16 am 
Alexander LeidingerDec 6, 2011 3:21 am 
RWDec 6, 2011 4:21 am 
Zhihao YuanDec 6, 2011 4:28 am 
RWDec 6, 2011 5:45 am 
Zhihao YuanDec 6, 2011 6:04 am 
RWDec 6, 2011 7:32 am 
Zhihao YuanDec 6, 2011 9:59 am 
Thomas MuellerDec 7, 2011 3:56 am 
Alexander LeidingerDec 7, 2011 1:22 pm 
Thomas MuellerDec 8, 2011 2:36 am 
Doug BartonDec 13, 2011 1:58 pm 
Subject:Re: Linux compatibility with more than one Linux installed?
From:Daniel Nebdal (dneb@gmail.com)
Date:Nov 30, 2011 3:22:57 am
List:org.freebsd.freebsd-ports

On Wed, Nov 30, 2011 at 10:05 AM, Lars Engels <lars@0x20.net> wrote:

On Tue, Nov 29, 2011 at 03:27:15PM +0100, Alexander Leidinger wrote:

Hi,

you can install the gentoo linux-dist in parallel to the default linux-base. Gentoo will be in /usr/local, not in /compat/linux. As such you have to manually start programs there via chroot. This means you do not have access to you FreeBSD files like normally, except you do null-mounts into the gentoo area. It also means your experience will not be as "integrated" as with the defaut linux-base (the linux-base port does some effort to integrate FreeBSD config files and installed resources like fonts).

Just switching between them, like changing a symlink, is theoretically possible, but the gentoo linux-dist port is not designed for this kind of integration. It's a linux-"dist" port, not a linux-"base" port.

What is it good for, then?

I'd guess it's useful if you want to build or install some more complicated linux software, since you can use portage to handle the installed software on the linux side independent of the FreeBSD side (and you get to use portage to install linux packages).

Much the same idea as the debootstrap one, I guess. :)