From owner-freebsd-sysinstall@FreeBSD.ORG Sat Mar 3 23:04:33 2012 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9C65106566B for ; Sat, 3 Mar 2012 23:04:33 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2208FC0A for ; Sat, 3 Mar 2012 23:04:33 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0M0B00C00XBEN500@smtpauth1.wiscmail.wisc.edu> for freebsd-sysinstall@freebsd.org; Sat, 03 Mar 2012 16:04:26 -0600 (CST) Received: from comporellon.tachypleus.net ([unknown] [76.210.72.39]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0M0B00MLSXBD4I20@smtpauth1.wiscmail.wisc.edu> for freebsd-sysinstall@freebsd.org; Sat, 03 Mar 2012 16:04:26 -0600 (CST) Date: Sat, 03 Mar 2012 16:04:25 -0600 From: Nathan Whitehorn In-reply-to: To: Robert Simmons Message-id: <4F529569.8020507@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.72.39 X-Spam-PmxInfo: Server=avs-16, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.3.3.215124, SenderIP=76.210.72.39 References: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0) Gecko/20120212 Thunderbird/10.0 Cc: freebsd-sysinstall@freebsd.org Subject: Re: Value of DESTDIR X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 23:04:33 -0000 On 03/03/12 15:22, Robert Simmons wrote: > During the new installer for 9.0, what is the default value for DESTDIR? > > The reason I'm asking is I setup my partitions manually in the shell > provided for doing this, and I want to know where I need to leave them > mounted before I exit the shell to continue installation. > _______________________________________________ > freebsd-sysinstall@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sysinstall > To unsubscribe, send any mail to "freebsd-sysinstall-unsubscribe@freebsd.org" The default value is /mnt. -Nathan