From owner-freebsd-arch Tue Oct 30 16:43: 1 2001 Delivered-To: freebsd-arch@freebsd.org Received: from relay.gnf.org (relay.gnf.org [208.44.31.36]) by hub.freebsd.org (Postfix) with ESMTP id 76B2637B403 for ; Tue, 30 Oct 2001 16:42:59 -0800 (PST) Received: from mail.gnf.org (smtp.gnf.org [10.0.0.11]) by relay.gnf.org (8.11.6/8.11.6) with ESMTP id f9V0gsi09834 for ; Tue, 30 Oct 2001 16:42:54 -0800 Received: by mail.gnf.org (Postfix, from userid 888) id EAE9D11E505; Tue, 30 Oct 2001 16:39:51 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.gnf.org (Postfix) with ESMTP id DE54011A577 for ; Tue, 30 Oct 2001 16:39:51 -0800 (PST) Date: Tue, 30 Oct 2001 16:39:51 -0800 (PST) From: Gordon Tetlow To: Subject: rc.d patch to test out Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Okay, here's a link to my patch that boots enough to mount filesystems listed in critical_filesystems_beforenet. Here's what you need to do: download http://hobbes.melthusia.org/~gordont/rc_ng.diff cd /usr/src patch < /path/to/rc_ng.diff cd sbin/rcorder make && make install && make cleandir mergemaster -is Now, before you reboot your machine, you need to add some lines to your /etc/rc.conf: rc_ng="YES" # Master switch for the boot scripts critical_filesystems_beforenet="/usr /other/mnt/point" Since O'Brien was adamant on not messing too much with the boot order from NetBSD, you need to put the filesystems (esp /usr) that you want mounted since I haven't gotten to doing any network stuff yet. Here's what mine looks like: critical_filesystems_beforenet="/usr /local" Feedback please as to if this is the direction we want to go. -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message