svn commit: r208622 - head/release/ia64

Marcel Moolenaar marcel at FreeBSD.org
Fri May 28 17:50:36 UTC 2010


Author: marcel
Date: Fri May 28 17:50:35 2010
New Revision: 208622
URL: http://svn.freebsd.org/changeset/base/208622

Log:
  The EFI system partition used to make the CD image bootable is running
  out of space. Bump it up...

Modified:
  head/release/ia64/mkisoimages.sh

Modified: head/release/ia64/mkisoimages.sh
==============================================================================
--- head/release/ia64/mkisoimages.sh	Fri May 28 17:50:24 2010	(r208621)
+++ head/release/ia64/mkisoimages.sh	Fri May 28 17:50:35 2010	(r208622)
@@ -67,7 +67,7 @@ EFIPART=efipart.sys
 # To create a bootable CD under EFI, the boot image should be an EFI
 # system partition.
 if [ $bootable = yes ]; then
-    EFISZ=40960
+    EFISZ=65536
     MNT=/mnt
     dd if=/dev/zero of=$BASE/$EFIPART count=$EFISZ
     md=`mdconfig -a -t vnode -f $BASE/$EFIPART`


More information about the svn-src-all mailing list