Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2018 21:08:00 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331537 - head
Message-ID:  <201803252108.w2PL80G4092861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: benno
Date: Sun Mar 25 21:07:59 2018
New Revision: 331537
URL: https://svnweb.freebsd.org/changeset/base/331537

Log:
  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.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Mar 25 20:12:14 2018	(r331536)
+++ head/UPDATING	Sun Mar 25 21:07:59 2018	(r331537)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803252108.w2PL80G4092861>