Module Name: src
Committed By: tsutsui
Date: Fri May 25 15:54:03 UTC 2012
Modified Files:
src/share/man/man4: options.4
Log Message:
Add dumb description about options NFS_BOOT_BOOTSTATIC. Noticed by ryo@.
To generate a diff of this commit:
cvs rdiff -u -r1.415 -r1.416 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.415 src/share/man/man4/options.4:1.416
--- src/share/man/man4/options.4:1.415 Thu Mar 22 20:34:38 2012
+++ src/share/man/man4/options.4 Fri May 25 15:54:02 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.415 2012/03/22 20:34:38 drochner Exp $
+.\" $NetBSD: options.4,v 1.416 2012/05/25 15:54:02 tsutsui Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd March 21, 2012
+.Dd May 25, 2012
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -1018,6 +1018,15 @@ information if NFS is used to mount the
See
.Xr diskless 8
for details.
+.It Cd options NFS_BOOT_BOOTSTATIC
+Enable use of static values defined as
+.Dq NFS_BOOTSTATIC_MYIP ,
+.Dq NFS_BOOTSTATIC_GWIP ,
+.Dq NFS_BOOTSTATIC_SERVADDR ,
+and
+.Dq NFS_BOOTSTATIC_SERVER
+in kernel options to get configuration information
+if NFS is used to mount the root file system.
.It Cd options NFS_BOOT_DHCP
Same as
.Dq NFS_BOOT_BOOTP ,