summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2018-03-25 21:07:59 +0000
committerBenno Rice <benno@FreeBSD.org>2018-03-25 21:07:59 +0000
commit72bf324cedcaa704bc6f6852f9243bf1f57b7bd8 (patch)
treea8b69e6ca905dd31b6cd5b771d341d555087a20b /UPDATING
parent803c11a3a68380079c632d7e325d16470fee6424 (diff)
downloadsrc-test-72bf324cedcaa704bc6f6852f9243bf1f57b7bd8.tar.gz
src-test-72bf324cedcaa704bc6f6852f9243bf1f57b7bd8.zip
Add an entry dealing with the makefs ISO9660 EFI tagging changes.
If you're building -CURRENT releases and it fails when building ISO images on amd64 you'll need to update makefs. Reported by: dch Sponsored by: iXsystems, Inc.
Notes
Notes: svn path=/head/; revision=331537
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 56da3c70a6383..7ca24b84a58e0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -51,6 +51,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ******************************
+20180323:
+ makefs was modified to be able to tag ISO9660 El Torito boot catalog
+ entries as EFI instead of overloading the i386 tag as done previously.
+ The amd64 mkisoimages.sh script used to build amd64 ISO images for
+ release was updated to use this. This may mean that makefs must be
+ updated before "make cdrom" can be run in the release directory. This
+ should be as simple as:
+
+ $ cd $SRCDIR/usr.sbin/makefs
+ $ make depend all install
+
20180212:
FreeBSD boot loader enhanced with Lua scripting. It's purely opt-in for
now by building WITH_LOADER_LUA and WITHOUT_FORTH in /etc/src.conf.