mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Double the size of the EFI boot image. 5MB is not enough. The kernel
is not compressed.
This commit is contained in:
parent
40e2de8b79
commit
4d34acc792
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106749
@ -78,7 +78,7 @@ if [ $bootable = yes ]; then
|
||||
dd if=/dev/${md}p1 of=$BASE/$EFIPART
|
||||
mdconfig -d -u $md
|
||||
else
|
||||
EFISZ=10240
|
||||
EFISZ=20480
|
||||
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