aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2004-07-08 13:40:33 +0000
committerBrian Somers <brian@FreeBSD.org>2004-07-08 13:40:33 +0000
commit59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6 (patch)
treeebac46b3b358807a8144fabd366380413a43366c /sys/modules/nfsclient
parent390f67839aa3e11c19ac171022ddb3c813b3de70 (diff)
downloadsrc-59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6.tar.gz
src-59e1ebc9b560e3cadb9ef32eafa3ead5282cdac6.zip
Change the following kernel options to environment variables:
BOOTP -> bootp BOOTP_NFSROOT -> bootp.nfsroot BOOTP_NFSV3 -> bootp.nfsv3 BOOTP_COMPAT -> bootp.compat BOOTP_WIRED_TO -> bootp.wired_to This lets you PXE boot with a GENERIC kernel by putting this sort of thing in loader.conf: bootp="YES" bootp.nfsroot="YES" bootp.nfsv3="YES" bootp.wired_to="bge1" or even setting the variables manually from the OK prompt.
Notes
Notes: svn path=/head/; revision=131814
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 11b83eb8f261..688bd377c30e 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -7,7 +7,7 @@ KMOD= nfsclient
SRCS= vnode_if.h \
nfs_bio.c nfs_lock.c nfs_node.c nfs_socket.c nfs_subs.c nfs_nfsiod.c \
nfs_vfsops.c nfs_vnops.c nfs_common.c \
- opt_inet.h opt_nfs.h opt_bootp.h opt_nfsroot.h
+ opt_inet.h opt_nfs.h opt_nfsroot.h
SRCS+= nfs4_dev.c nfs4_idmap.c nfs4_socket.c nfs4_subs.c \
nfs4_vfs_subs.c nfs4_vfsops.c nfs4_vn_subs.c nfs4_vnops.c
SRCS+= opt_inet6.h