freebsd-dev/usr.sbin/bsdinstall
Nathan Whitehorn 0b7472b3d8 Mount the EFI system partition (ESP) on newly-installed systems.
Per hier(7), the ESP will be mounted at /boot/efi. On UFS systems,
any existing ESP will be reused and mounted there; otherwise, a new one
will be made. On ZFS systems, space for an ESP is allocated on all disks
in the root pool, but only the partition actually used to boot is set up
and mounted.

This makes future upgrades of the EFI loader easier (upgrade scripts can
just change /boot/efi) and also greatly simplifies the parts of the
installer involved in initialization of the ESP. It also makes the
installer's behavior correspond to the documentation in hier(7).

Reviewed by:		imp, tsoome
MFC after:		1 week
Relnotes:		yes
Differential Revision:	https://reviews.freebsd.org/D28897
2021-02-23 16:24:21 -05:00
..
distextract Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
distfetch Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
partedit Mount the EFI system partition (ESP) on newly-installed systems. 2021-02-23 16:24:21 -05:00
scripts Mount the EFI system partition (ESP) on newly-installed systems. 2021-02-23 16:24:21 -05:00
bsdinstall bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
bsdinstall.8 s/redundacy/redundancy 2020-08-24 14:04:59 +00:00
Makefile
Makefile.depend
Makefile.inc