From owner-freebsd-questions@FreeBSD.ORG Sat May 14 13:41:55 2005 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 2BBCA16A4CE for ; Sat, 14 May 2005 13:41:55 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CF643D46 for ; Sat, 14 May 2005 13:41:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25078 invoked from network); 14 May 2005 13:41:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 May 2005 13:41:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6808031; Sat, 14 May 2005 09:41:53 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Steve Rikli To: freebsd-questions@freebsd.org References: <20050514001252.GA3851@dragon.genyosha.net> From: Lowell Gilbert Date: 14 May 2005 09:41:53 -0400 In-Reply-To: <20050514001252.GA3851@dragon.genyosha.net> Message-ID: <44oebd7wm6.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: setup 5.4 NFS install server? 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: Sat, 14 May 2005 13:41:55 -0000 Steve Rikli writes: > With 5.4, I dumped -disc1 onto the NFS server, but was prompted for > the next disc to get perl package(s?). So I dumped -disc2 into the > same place on the NFS server, but sysinstall continued to prompt for > the next disc on subsequent attempts. > > I'm thinking I must not be getting (parts of?) -disc2 into the right > place, and/or need to update a table-of-contents file, or something > equally simple. The easiest answer that occurred to me: Copy the packages/ directories from both disks to the same place, mount it on the target machines, point PKG_PATH at it, and use pkg_add(1) from the command line.