From owner-freebsd-questions@FreeBSD.ORG Mon Jan 12 01:41:14 2004 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 9738616A4CE for ; Mon, 12 Jan 2004 01:41:14 -0800 (PST) Received: from fubard.zapto.org (modemcable005.194-202-24.mc.videotron.ca [24.202.194.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A0F43D55 for ; Mon, 12 Jan 2004 01:41:11 -0800 (PST) (envelope-from rwong10@cs.mcgill.ca) Received: from geminga.my.fubard.ca (na@localhost [127.0.0.1]) by fubard.zapto.org (8.12.8p1/8.12.8) with ESMTP id i0C9eteT028642 for ; Mon, 12 Jan 2004 04:40:55 -0500 (EST) (envelope-from rwong10@cs.mcgill.ca) Received: from localhost (mout@localhost)i0C9esJb028639 for ; Mon, 12 Jan 2004 04:40:55 -0500 (EST) X-Authentication-Warning: geminga.my.fubard.ca: mout owned process doing -bs Date: Mon, 12 Jan 2004 04:40:54 -0500 (EST) From: rwong10 X-X-Sender: mout@geminga.my.fubard.ca To: freebsd-questions@freebsd.org Message-ID: <20040112043546.T28537@geminga.my.fubard.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: diskless clients 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: Mon, 12 Jan 2004 09:41:14 -0000 Hi I am experimenting with setting up a freebsd server to boot diskless clients. I am currently running 4.8R. I've followed the instructions found in the handbook and augmented that with the comments found in /usr/share/examples/diskless/clone_root. My problem is with the cloned root filesystem. It does not appear that the /conf/* directories are overriding the contents found in /diskless_root/etc. What happens is, I boot up via etherboot, the kernel downloads and loads up successfully. When it comes time to process the information in /etc, it is actually reading the cloned config files from the server. In particular, fstab...I have a modified fstab in /conf/default/etc yet the cloned fstab is still being read. Can anyone who has had experience setting up diskless clients offer some suggestions? thanks robin