1
0
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:
Marcel Moolenaar 2002-11-11 00:48:35 +00:00
parent 40e2de8b79
commit 4d34acc792
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106749

View File

@ -78,7 +78,7 @@ if [ $bootable = yes ]; then
dd if=/dev/${md}p1 of=$BASE/$EFIPART dd if=/dev/${md}p1 of=$BASE/$EFIPART
mdconfig -d -u $md mdconfig -d -u $md
else else
EFISZ=10240 EFISZ=20480
MNT=/mnt MNT=/mnt
dd if=/dev/zero of=$BASE/$EFIPART count=$EFISZ dd if=/dev/zero of=$BASE/$EFIPART count=$EFISZ
md=`mdconfig -a -t vnode -f $BASE/$EFIPART` md=`mdconfig -a -t vnode -f $BASE/$EFIPART`