Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2010 17:12:18 -0500
From:      Glen Barber <glen.j.barber@gmail.com>
To:        Graeme Dargie <arab@tangerine-army.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Question about Jails
Message-ID:  <20100227221218.GA2583@orion.hsd1.pa.comcast.net>
In-Reply-To: <01FB8F39BAD0BD49A6D0DA8F7897392904F771@Mercury.galaxy.lan.lcl>
References:  <01FB8F39BAD0BD49A6D0DA8F7897392904F771@Mercury.galaxy.lan.lcl>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Graeme Dargie wrote: 
> Hello List,
> 
>  
> 
> I understand this is possible but cant seem to find any how to`s or
> guides out on the net, I would like to set up a jail running FreeBSD 8.0
> i386 on a system that is running FreeBSD 8.0 amd64. I know this may
> sound somewhat odd but I have a program that I need to run that just
> will not compile under amd64.
> 

You want to set the TARGET for buildworld, which will create
/usr/obj/i386.  Use TARGET again for installworld to install from that obj
directory.

  make TARGET=i386 buildworld
  make TARGET=i386 DESTDIR=/usr/jails/myi386jail installworld

Regards,

-- 
Glen Barber



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100227221218.GA2583>