Increase the size of the EFI system partition from 16M to 20M.

We just ran out of space...
This commit is contained in:
Marcel Moolenaar 2008-04-08 02:57:59 +00:00
parent 590ed12305
commit 1cf165afe7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177991

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=32768
EFISZ=40960
MNT=/mnt
dd if=/dev/zero of=$BASE/$EFIPART count=$EFISZ
md=`mdconfig -a -t vnode -f $BASE/$EFIPART`