From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 22:02:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BC41065670 for ; Fri, 27 Feb 2009 22:02:33 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from exprod7og110.obsmtp.com (exprod7og110.obsmtp.com [64.18.2.173]) by mx1.freebsd.org (Postfix) with SMTP id D089C8FC15 for ; Fri, 27 Feb 2009 22:02:32 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from source ([209.85.198.243]) by exprod7ob110.postini.com ([64.18.6.12]) with SMTP ID DSNKSahi+LS8wpHBOkroukn4rIwLHq3Gbf3Q@postini.com; Fri, 27 Feb 2009 14:02:32 PST Received: by rv-out-0708.google.com with SMTP id c5so1312554rvf.40 for ; Fri, 27 Feb 2009 14:02:32 -0800 (PST) Received: by 10.141.62.9 with SMTP id p9mr1393252rvk.218.1235772152299; Fri, 27 Feb 2009 14:02:32 -0800 (PST) Received: from localhost ([76.231.178.131]) by mx.google.com with ESMTPS id f21sm7988525rvb.2.2009.02.27.14.02.31 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Feb 2009 14:02:31 -0800 (PST) Date: Fri, 27 Feb 2009 14:02:27 -0800 (PST) From: Peter Steele To: freebsd-questions@freebsd.org Message-ID: <25353177.761235772142866.JavaMail.HALO$@halo> In-Reply-To: <6710317.721235763191703.JavaMail.HALO$@halo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Can sysinstall be run interactively to install onto a second drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 22:02:33 -0000 > That's my problem in a nutshell ultimately--how do I tell sysinstall where my target root is? It impacts the whole > session, including packageAdd commands. I did a bit of snooping around the distribution and I see that each directory has a simple install script to install base, the kernel, manpages, and do on, and they all use DESTDIR to point to the location where the system is being installed. So I don't need to use sysinstall at all, I'll just call these install scripts directly and that will do exactly what I want...