mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 17:23:35 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208622
@ -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