Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 07/08/2007 21:08:10
Module Name:	src
Committed By:	bouyer
Date:		Sun Jul  8 21:08:10 UTC 2007

Modified Files:
	src/sys/nfs: nfs_bootstatic.c nfsdiskless.h

Log Message:
Add a new BOOTSTATIC flag, NFS_BOOTSTATIC_NOSTATIC, which causes
nfs_bootstatic() to abort with EOPNOTSUPP. This allows a callback to
say that there is no bootstatic config, and the next NFS boot method should
be tried.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/nfs/nfs_bootstatic.c
cvs rdiff -r1.25 -r1.26 src/sys/nfs/nfsdiskless.h

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