]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch to creating UEFI ESPs using loader.efi instead of boot1.efi.
authorWarner Losh <imp@FreeBSD.org>
Mon, 18 Jun 2018 23:16:47 +0000 (23:16 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 18 Jun 2018 23:16:47 +0000 (23:16 +0000)
commitd050cd6b99c0a2056d4d07468b481206a31a5407
tree9b67fd806c59af89f3178d5e635bdb91652a0998
parent1093ff61cdfeb9fdb9d8469ee082db0b16cf758e
Switch to creating UEFI ESPs using loader.efi instead of boot1.efi.
Cope for the fact that laoder.efi, not being boot1, doesn't read
/boot.config by setting boot_serial and force the serial console.

Also add sysctl so we can display the boot method.

Provide a variable, do_boot1_efi, if you want to use boot1 for
testing. But since it's transient, it's just a variable and not
available on the command line.
tools/boot/rootgen.sh