From owner-freebsd-current Sun Dec 29 20:22:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293F637B401 for ; Sun, 29 Dec 2002 20:22:49 -0800 (PST) Received: from web14103.mail.yahoo.com (web14103.mail.yahoo.com [216.136.172.133]) by mx1.FreeBSD.org (Postfix) with SMTP id D644943EA9 for ; Sun, 29 Dec 2002 20:22:48 -0800 (PST) (envelope-from galen_sampson@yahoo.com) Message-ID: <20021230042248.77815.qmail@web14103.mail.yahoo.com> Received: from [165.247.218.42] by web14103.mail.yahoo.com via HTTP; Sun, 29 Dec 2002 20:22:48 PST Date: Sun, 29 Dec 2002 20:22:48 -0800 (PST) From: Galen Sampson Subject: RCNG diskless booting bug in /etc/rc.d/fsck To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, I recently updated my world to a releng5 source tree from 12/27. I noticed that almost all of the RCNG scripts work perfectly for diskless (PXE) booting. There is one minor problem that can easily be fixed. Upon booting the rc scripts immediately initiate ‘fsck’ of file systems. Since all every file system in a diskless case is NFS except the memory disks, and since fsck_nfs does not exist, the boot process stops and exits to an sh shell. This can be fixed by adding the flag ‘-t nonfs’ to the fsck script in /etc/rc.d. Regards, Galen Sampson __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message