mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase the size of the EFI system partition from 16M to 20M.
We just ran out of space...
This commit is contained in:
parent
590ed12305
commit
1cf165afe7
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue