From aae31dbf3205a16e99cdd85918abc0a16b13a7c4 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 8 Jul 2004 22:35:36 +0000 Subject: Change the following environment variables to kernel options: bootp -> BOOTP bootp.nfsroot -> BOOTP_NFSROOT bootp.nfsv3 -> BOOTP_NFSV3 bootp.compat -> BOOTP_COMPAT bootp.wired_to -> BOOTP_WIRED_TO - i.e. back out the previous commit. It's already possible to pxeboot(8) with a GENERIC kernel. Pointed out by: dwmalone --- sys/nfs4client/nfs4_vfsops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/nfs4client') diff --git a/sys/nfs4client/nfs4_vfsops.c b/sys/nfs4client/nfs4_vfsops.c index c9b3e3c..e20d176 100644 --- a/sys/nfs4client/nfs4_vfsops.c +++ b/sys/nfs4client/nfs4_vfsops.c @@ -62,6 +62,7 @@ #include __FBSDID("$FreeBSD$"); +#include "opt_bootp.h" #include "opt_nfsroot.h" #include -- cgit v1.1