From owner-freebsd-questions Wed Jan 22 14:31:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A467437B401 for ; Wed, 22 Jan 2003 14:31:53 -0800 (PST) Received: from relay.ioffe.rssi.ru (relay.ioffe.rssi.ru [194.85.224.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB5643EB2 for ; Wed, 22 Jan 2003 14:31:52 -0800 (PST) (envelope-from kopts@astro.ioffe.rssi.ru) Received: from astro.ioffe.rssi.ru (astro.ioffe.rssi.ru [194.85.229.130]) by relay.ioffe.rssi.ru (8.12.6/8.12.6) with ESMTP id h0MMVhP8083808 for ; Thu, 23 Jan 2003 01:31:43 +0300 (MSK) (envelope-from kopts@astro.ioffe.rssi.ru) Received: from astro.ioffe.rssi.ru (localhost [127.0.0.1]) by astro.ioffe.rssi.ru (Postfix) with ESMTP id 094D1ABC8 for ; Thu, 23 Jan 2003 01:31:43 +0300 (MSK) Date: Thu, 23 Jan 2003 01:31:42 +0300 (MSK) To: questions@freebsd.org Subject: installworld to directory other than "/" Message-ID: <20030123012645.E40308-100000@astro.ioffe.rssi.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From: Alexey Koptsevich X-Delivery-Agent: TMDA/0.62 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I would like to make installworld to some directory other than "/", e.g., to directory "/new", while the old system is working. The only way to do that which I can think of is - copy "/", /usr and /var to /new - chroot /new - make installworld from there Is there more easy/elegant way? Thanks, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message