On Mon, Dec 6, 2010 at 11:14 AM, Redd Vinylene <[email protected]> wrote: > How do I create a 32-bit jail on a 64-bit machine then? > > http://forums.freebsd.org/showthread.php?t=3744 did not tell me much. > > Thanks! >
Use this as a start: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html Then you have to specify target arch = i386 or something in the make buildworld etc. steps. I don't remember the exact syntax for the make flags off hand. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
