From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 05:51:37 2003 Return-Path: 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 E611E16A4CE for ; Tue, 28 Oct 2003 05:51:37 -0800 (PST) Received: from grant.org (grant.org [64.56.118.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E7543F3F for ; Tue, 28 Oct 2003 05:51:37 -0800 (PST) (envelope-from mgrant@grant.org) Received: from grant.org (localhost [127.0.0.1]) by grant.org (8.12.8p2/8.12.8) with ESMTP id h9SDpScc016205 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Oct 2003 08:51:35 -0500 (EST) (envelope-from mgrant@grant.org) Received: (from mgrant@localhost) by grant.org (8.12.8p2/8.12.8/Submit) id h9SDpSOj016204 for freebsd-questions@freebsd.org; Tue, 28 Oct 2003 08:51:28 -0500 (EST) Date: Tue, 28 Oct 2003 08:51:28 -0500 From: Michael Grant To: freebsd-questions@freebsd.org Message-ID: <20031028135128.GZ94831@grant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new Subject: installing freebsd on another disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 13:51:38 -0000 I'd like to install freebsd on another disk from source. Can I do something like?: cd /usr/src make buildworld make PREFIX=/mnt installworld make PREFIX=/mnt kernel If not $PREFIX, what's the right answer? I'd try it and see...but I only have my one live box. Thanks Michael Grant