mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177991
@ -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 New Issue
Block a user