cvs commit: src/sys/alpha/alpha autoconf.c src/sys/amd64/amd64
autoconf.c src/sys/boot/common dev_net.c loader.8
src/sys/boot/forth loader.conf src/sys/conf NOTES files options...
Brian Somers
brian at FreeBSD.org
Thu Jul 8 15:35:37 PDT 2004
brian 2004-07-08 22:35:36 UTC
FreeBSD src repository
Modified files:
sys/alpha/alpha autoconf.c
sys/amd64/amd64 autoconf.c
sys/boot/common dev_net.c loader.8
sys/boot/forth loader.conf
sys/conf NOTES files options
sys/i386/i386 autoconf.c locore.s
sys/ia64/ia64 autoconf.c
sys/modules/nfs4client Makefile
sys/modules/nfsclient Makefile
sys/netinet ip_input.c
sys/nfs4client nfs4_vfsops.c
sys/nfsclient bootp_subr.c nfs_vfsops.c
Log:
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
Revision Changes Path
1.59 +6 -6 src/sys/alpha/alpha/autoconf.c
1.180 +8 -11 src/sys/amd64/amd64/autoconf.c
1.15 +1 -1 src/sys/boot/common/dev_net.c
1.64 +0 -23 src/sys/boot/common/loader.8
1.82 +0 -5 src/sys/boot/forth/loader.conf
1.1243 +8 -1 src/sys/conf/NOTES
1.925 +2 -2 src/sys/conf/files
1.462 +5 -0 src/sys/conf/options
1.177 +8 -11 src/sys/i386/i386/autoconf.c
1.184 +3 -0 src/sys/i386/i386/locore.s
1.19 +13 -10 src/sys/ia64/ia64/autoconf.c
1.3 +1 -1 src/sys/modules/nfs4client/Makefile
1.29 +1 -1 src/sys/modules/nfsclient/Makefile
1.277 +5 -6 src/sys/netinet/ip_input.c
1.9 +1 -0 src/sys/nfs4client/nfs4_vfsops.c
1.60 +76 -80 src/sys/nfsclient/bootp_subr.c
1.155 +5 -11 src/sys/nfsclient/nfs_vfsops.c
More information about the cvs-src
mailing list