We are trying to upgrade a machine with jails from 5.0 to 5.1. We've CVS'd and done the upgrade on the 'main' machine, but how do we mount our build directory to upgrade the jails? Thanx! -- Dave -- Dave Kingsley Voice: 617-745-3806 Systems Administrator FAX: 617-745-3907 Eastern Nazarene College 23 E. Elm Avenue E-mail: kingsled@enc.edu Quincy, MA 02170 *************************************************************** There are 10 types of people . . . . Those who understand binary, And those who don't!
On Thu, 3 Jul 2003, Dave Kingsley wrote:> We are trying to upgrade a machine with jails from 5.0 to 5.1. We've > CVS'd and > done the upgrade on the 'main' machine, but how do we mount our build > directory > to upgrade the jails?I generally just cd to /usr/src on the main machine and run through the same commands you do to build the jail itself ...
On 7/3/2003 9:04 PM, Dave Kingsley wrote:> We are trying to upgrade a machine with jails from 5.0 to 5.1. We've > CVS'd and > done the upgrade on the 'main' machine, but how do we mount our build > directory > to upgrade the jails?How about a # cd /usr/src # make buildworld # make installworld # make installworld DESTDIR=/path/to/jail/basedir Jens