aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_diskless.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-04-26 20:47:59 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-04-26 20:47:59 +0000
commitc6acf6d557e89ef7bc80dafbcbf8b150c050bfea (patch)
tree1062cbca5803aa8dae663387ed8456fd9f2b9c65 /sys/nfsclient/nfs_diskless.c
parent8fa4081fe34e28f2216cd4d12511d6c69f068529 (diff)
downloadsrc-c6acf6d557e89ef7bc80dafbcbf8b150c050bfea.tar.gz
src-c6acf6d557e89ef7bc80dafbcbf8b150c050bfea.zip
While I'm here, list the new kenv (boot.netif.name) along with the others.
Notes
Notes: svn path=/head/; revision=145572
Diffstat (limited to 'sys/nfsclient/nfs_diskless.c')
-rw-r--r--sys/nfsclient/nfs_diskless.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/nfs_diskless.c b/sys/nfsclient/nfs_diskless.c
index 2eae2ce6c06f..9f17cd9330a9 100644
--- a/sys/nfsclient/nfs_diskless.c
+++ b/sys/nfsclient/nfs_diskless.c
@@ -65,6 +65,7 @@ static int decode_nfshandle(char *ev, u_char *fh);
*
* The loader is expected to export the following environment variables:
*
+ * boot.netif.name name of boot interface
* boot.netif.ip IP address on boot interface
* boot.netif.netmask netmask on boot interface
* boot.netif.gateway default gateway (optional)