MFC rev 208622:

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

Approved by:	re (kensmith)
This commit is contained in:
marcel 2010-06-10 19:58:54 +00:00
parent 10119aa3bb
commit 679528a116

View File

@ -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`