summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-11-04 08:43:13 +0000
committerps <ps@FreeBSD.org>2000-11-04 08:43:13 +0000
commit2cfec00a84116cb5277eecec357964eb0c113954 (patch)
tree46082af3677559242d65820ae58da53ee93a2eaf /etc
parentfee8e1a16f8a0e4301c0a5124798b3124c24cc24 (diff)
downloadFreeBSD-src-2cfec00a84116cb5277eecec357964eb0c113954.zip
FreeBSD-src-2cfec00a84116cb5277eecec357964eb0c113954.tar.gz
MF4: Add LOADER_TFTP_SUPPORT make.conf flag.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 78dfd94..d94e1fa 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -152,6 +152,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#BOOT_COMCONSOLE_SPEED= 115200
#
+# By default the 'pxeboot' loader retrieves the kernel via NFS. Defining
+# this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel
+# via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
+# still mount the server's '/' (i.e. rather then load the server's kernel).
+#
+#LOADER_TFTP_SUPPORT= YES
#
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
# If you have a XFree86 from before 3.0 that has the X distribution in
OpenPOWER on IntegriCloud