freebsd-skq/usr.sbin/bsdinstall
Rebecca Cran db8b561345 Rework UEFI ESP generation
Currently, the installer uses pre-created 800KB FAT12 filesystems that
it dd's onto the ESP partition.
This changeset improves that by having the installer generate a FAT32
filesystem directly onto the ESP using newfs_msdos and then copying
loader.efi into /EFI/freebsd.
For live installs it then runs efibootmgr to add a FreeBSD boot entry
in the BIOS.

Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D17947
2018-12-20 19:39:37 +00:00
..
distextract Skip errors from being unable to set modification and creation times. If 2018-01-02 05:22:54 +00:00
distfetch various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
partedit Rework UEFI ESP generation 2018-12-20 19:39:37 +00:00
scripts Rework UEFI ESP generation 2018-12-20 19:39:37 +00:00
bsdinstall
bsdinstall.8 bsdinstall(8): Fix a typo. 2018-10-05 08:17:29 +00:00
Makefile Merge from head 2015-10-01 09:36:43 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
Makefile.inc