opnsense-src/sys/boot/forth
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
..
beastie.4th Disable the APIC when selecting the 'Safe Mode' option of the loader. This 2004-01-09 19:20:47 +00:00
frames.4th PC98 uses the different frame code. 2004-01-18 04:13:27 +00:00
loader.4th Add support for reading an additional loader configuration file. By default, 2002-05-24 02:28:58 +00:00
loader.4th.8 mdoc(7) police: Get rid of hard sentence breaks. 2002-08-13 15:09:33 +00:00
loader.conf Change the following kernel options to environment variables: 2004-07-08 13:40:33 +00:00
loader.conf.5 Markup fixes. 2004-05-16 22:51:36 +00:00
loader.rc Activates password protection (if a password is defined). 1999-11-24 17:59:37 +00:00
pnp.4th - Add 'fwrite' and 'fseek' words for writing to and seeking on files. 2001-12-11 00:49:34 +00:00
screen.4th Add a new bootloader menu. Pull in screen.4th and frames.4th from the 2003-05-30 09:29:24 +00:00
support.4th Add support for reading an additional loader configuration file. By default, 2002-05-24 02:28:58 +00:00