The EFI system partition used to make the CD image bootable is running

out of space. Bump it up...
This commit is contained in:
Marcel Moolenaar 2010-05-28 17:50:35 +00:00
parent 0c86af8162
commit dbd9a3aab3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208622

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`