svn commit: r332345 - head/release/amd64

Benno Rice benno at FreeBSD.org
Tue Apr 10 02:43:08 UTC 2018


Author: benno
Date: Tue Apr 10 02:43:07 2018
New Revision: 332345
URL: https://svnweb.freebsd.org/changeset/base/332345

Log:
  Fix makefs invocation after r331843.
  
  Reported by:	gjb
  Reviewed by:	gjb
  Sponsored by:	iXsystems, Inc.
  Pointy hat to:	benno

Modified:
  head/release/amd64/mkisoimages.sh

Modified: head/release/amd64/mkisoimages.sh
==============================================================================
--- head/release/amd64/mkisoimages.sh	Mon Apr  9 23:36:52 2018	(r332344)
+++ head/release/amd64/mkisoimages.sh	Tue Apr 10 02:43:07 2018	(r332345)
@@ -38,7 +38,7 @@ if [ "$1" = "-b" ]; then
 	umount efi
 	rmdir efi
 	mdconfig -d -u $device
-	bootable="-o bootimage=efi;efiboot.img -o no-emul-boot $bootable"
+	bootable="-o bootimage=i386;efiboot.img -o no-emul-boot $bootable -o platformid=efi"
 	
 	shift
 else


More information about the svn-src-head mailing list