Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/07/1999 14:24:56
Module Name:	basesrc
Committed By:	drochner
Date:		Wed Jul  7 21:24:56 UTC 1999

Modified Files:
	basesrc/etc: rc.conf rc.subr

Log Message:
repair diskless startup: "netstart" needs "sysctl" and "awk" now, thus
"/usr" must be mounted. mount_critical_filesystems() didn't mount it,
even if listed in "critical_filesystems", if it is nfs.
Solution: introduce another rc.conf variable
"critical_filesystems_beforenet" which contains filesystems to be mounted
before "netstart".
Perhaps "netstart" should be split up, but this would make things even
more complex...


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 basesrc/etc/rc.conf
cvs rdiff -r1.9 -r1.10 basesrc/etc/rc.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.