From owner-freebsd-stable@FreeBSD.ORG Thu Jul 3 11:39:39 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B107837B401 for ; Thu, 3 Jul 2003 11:39:39 -0700 (PDT) Received: from mobile.hub.org (u134n133.eastlink.ca [24.224.134.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B787443FBD for ; Thu, 3 Jul 2003 11:39:38 -0700 (PDT) (envelope-from scrappy@hub.org) Received: by mobile.hub.org (Postfix, from userid 1001) id 7A4321C8; Thu, 3 Jul 2003 15:39:37 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by mobile.hub.org (Postfix) with ESMTP id 6C8B01A0; Thu, 3 Jul 2003 15:39:37 -0300 (ADT) Date: Thu, 3 Jul 2003 15:39:37 -0300 (ADT) From: The Hermit Hacker To: Dave Kingsley In-Reply-To: <3F047E55.9020701@enc.edu> Message-ID: <20030703153908.M27645@hub.org> References: <3F047E55.9020701@enc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Upgrading a jail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 18:39:40 -0000 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 ...