Brian Somers 59e1ebc9b5 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.
2004-07-08 13:40:33 +00:00
..
2004-05-14 23:42:54 +00:00
2004-05-26 13:10:37 +00:00
2004-05-14 13:35:46 +00:00
2004-05-14 11:49:40 +00:00
2004-06-20 22:32:19 +00:00
2004-05-14 11:49:40 +00:00
2004-05-14 11:49:40 +00:00
2004-03-14 23:03:57 +00:00
2004-05-18 11:56:24 +00:00