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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to