The EFI system partition used to make the CD image bootable is running
out of space. Bump it up...
This commit is contained in:
parent
0c86af8162
commit
dbd9a3aab3
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user