opnsense-src/sys/boot/common
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
..
bcache.c
boot.c
bootstrap.h
commands.c
console.c
dev_net.c Change the following kernel options to environment variables: 2004-07-08 13:40:33 +00:00
dev_net.h
devopen.c
help.common
interp.c
interp_backslash.c
interp_forth.c
interp_parse.c
isapnp.c
isapnp.h
load.c
load_elf.c
load_elf32.c
load_elf64.c
loader.8 Change the following kernel options to environment variables: 2004-07-08 13:40:33 +00:00
ls.c
Makefile.inc
merge_help.awk
misc.c
module.c
newvers.sh
panic.c
pnp.c
pnpdata
ufsread.c Consistently use __inline instead of __inline__ as the former is an empty macro 2004-07-04 16:11:03 +00:00