]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r302145: bsdinstall: increase EFI partition size to 200MB
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jul 2017 14:15:49 +0000 (14:15 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Jul 2017 14:15:49 +0000 (14:15 +0000)
commite5d8ac1f0476ed4028688ad7d2d549c07ba63992
treeb20d358612c5a50909507d9ca8c39cb46b92b798
parent786656f942246c3eef4d67122890df0640a2798b
MFC r302145: bsdinstall: increase EFI partition size to 200MB

A larger EFI file system size will facilitate multi-boot configurations
and the installation other EFI applications like firmware update tools.
200MB matches OS X.

Note that this changes only the partition size, not the file system that
bsdinstall places there. We need to do both, but as the partition size
is difficult to adjust later make this change for now so that at least
systems installed with FreeBSD 11.0 have a partition layout with room
to grow.

Also merge part of r320007:

- use EFI_BOOTPART_SIZE and EFI_BOOTPART_PATH macros on x86
- increase ZFS EFI partition to 200M

PR: 201898
Relnotes: Yes
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@321202 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/bsdinstall/partedit/partedit_x86.c
usr.sbin/bsdinstall/scripts/zfsboot