From owner-freebsd-arch@FreeBSD.ORG Tue Feb 1 17:45:59 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8C89106564A for ; Tue, 1 Feb 2011 17:45:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7445C8FC16 for ; Tue, 1 Feb 2011 17:45:59 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id p11HgawQ050789 for ; Tue, 1 Feb 2011 10:42:36 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4D48460C.4080604@bsdimp.com> Date: Tue, 01 Feb 2011 10:42:36 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101211 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-arch@freebsd.org References: <4D28EB32.9090807@freebsd.org> <4D3C8037.6040406@freebsd.org> <20110201145527.000002d7@unknown> <20110201161417.2a1e6e7d@ernst.jennejohn.org> In-Reply-To: <20110201161417.2a1e6e7d@ernst.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: BSDInstall ISO images X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 17:45:59 -0000 On 02/01/2011 08:14, Gary Jennejohn wrote: > On Tue, 1 Feb 2011 14:55:27 +0000 > Bruce Cran wrote: > >> On Sun, 23 Jan 2011 13:23:35 -0600 >> Nathan Whitehorn wrote: >>>> - Home directory - /usr/home was the traditional home directory root >>>> for BSD I thought. >> I thought it was /home. If you don't have a separate /home partition >> then /home gets symlinked to /usr/home. But please don't set the >> homedir to /usr/home in /etc/passwd because that'll break systems where >> people put /home on a different disk. >> > +1 > > mine is on a separate partition. Mine too. I name the /home partition differently on all my boxes too, since it is hard to mount foo:/home and bar:/home on the box baz and have things in those trees that have absolute path names not fight each other. better to mount /foo and /bar on baz (and foo and/or bar). But maybe I'm just weird that way. Warner