summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-16 17:13:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-12-16 17:13:09 +0000
commit4d6ab32f9939d8264a5dfba155e4adbf63d7688b (patch)
treeec499553f40e2e6fcafe53afa38af59c08a2a29d /UPDATING
parent54f97d1eef43ecc6e5432c640e4ff384bc23a630 (diff)
downloadsrc-test-4d6ab32f9939d8264a5dfba155e4adbf63d7688b.tar.gz
src-test-4d6ab32f9939d8264a5dfba155e4adbf63d7688b.zip
pxeboot: make the tftp loader use the option root-path directive
pxeboot in tftp loader mode (when built with LOADER_TFTP_SUPPORT) now prefix all the path to open with the path obtained via the option 'root-path' directive. This allows to be able to use the traditional content /boot out of box. Meaning it now works pretty much like all other loaders. It simplifies hosting hosting multiple version of FreeBSD on a tftp server. As a consequence, pxeboot does not look anymore for a pxeboot.4th (which was never provided) Note: that pxeboot in tftp loader mode is not built by default. Reviewed by: rpokala Relnotes: yes Sponsored by: Gandi.net Differential Revision: https://reviews.freebsd.org/D4590
Notes
Notes: svn path=/head/; revision=292344
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b02043904426e..52ce52ae9c5e6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20151216:
+ The tftp loader (pxeboot) now uses the option root-path directive. As a
+ consequence it no longer looks for a pxeboot.4th file on the tftp
+ server. Instead it uses the regular /boot infrastructure as with the
+ other loaders.
+
20151211:
The code to start recording plug and play data into the modules has
been committed. While the old tools will properly build a new kernel,