From owner-freebsd-current@FreeBSD.ORG Mon Nov 7 18:59:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA99106564A for ; Mon, 7 Nov 2011 18:59:44 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id 83D3B8FC20 for ; Mon, 7 Nov 2011 18:59:44 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pA7IxDbR061893; Mon, 7 Nov 2011 10:59:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1320692353; bh=AWZdTNO8Z5zMahNsa2MnYAzWdKEPKEtHI0cUir/6dco=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=DW6jIZiduZyxK0RCPGyRvLCmev6jbcDe8srOxsnB6qRyRj/tiAf6yPhySIvblPLmo i4SdBcQKeI7lOOA472mi7UFx/9kjxCxnaY+Sjnv4ilX+Mj6oLDZEvmifQzoOFCdUjr BBUIuXM1Oady8A291GNE6pzY4Om8dnOzXHlh8Ra8= From: Sean Bruno To: Nathan Whitehorn In-Reply-To: <4EB82375.6070106@freebsd.org> References: <1320686400.16024.17.camel@hitfishpass-lx.corp.yahoo.com> <4EB82375.6070106@freebsd.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 07 Nov 2011 10:59:13 -0800 Message-ID: <1320692353.16024.19.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-current@freebsd.org" Subject: Re: 9.0 NFS Installs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 18:59:44 -0000 On Mon, 2011-11-07 at 10:29 -0800, Nathan Whitehorn wrote: > On 11/07/11 11:20, Sean Bruno wrote: > > I noted that we no longer have the disc1.iso in this release. What > > should I use to populate a NFS rootfs for netinstalls? > > > > This was what I had been using(8.2-RELEASE) to populate NFS roots for > > netinstalls. This allowed you to boot up into something that was > > self-contained. > > > > The other ISO's seem to have A LOT more stuff with symlinks pointing to > > absolute paths all over the f/s. This isn't quite as simple to copy over > > to a rootfs to use as a NFS target for booting. > > You can just copy the whole CD over and it will work fine. The CD is > basically a vanilla installed system, so you can also just set up an > install somewhere (with bsdinstall jail /path/to/nfsroot, for instance). > > Things on the CD different from a vanilla system: > - /etc/rc.local script to start the installer at boot > (copied from /usr/src/release/rc.local) > - Distfiles copied to /usr/freebsd-dist > > If you don't copy the distfiles, bsdinstall will automatically download > them, but you probably don't want to do that every time. > -Nathan Hah! Yes ... this is absolutely correct. I'm netbooting VMs now, excellent. Sean