installboot(8): Adjustments for EFI platforms
authorvisa <visa@openbsd.org>
Thu, 3 Feb 2022 10:25:14 +0000 (10:25 +0000)
committervisa <visa@openbsd.org>
Thu, 3 Feb 2022 10:25:14 +0000 (10:25 +0000)
commit4a5d5189481afe844124661f09aeaa4d60871d36
tree9b7a40a004403c693fc941464322daab907ce368
parentdb32265b9dd8cf8b12c53393bba13307ac848891
installboot(8): Adjustments for EFI platforms

Reduce #ifdef'ing within the control logic to make it clearer that there
are no essential differences in behaviour between the platforms.

Make installboot(8) write startup.nsh to enable simpler and more consistent
code in install.md.

Input and OK kettenis@ deraadt@
usr.sbin/installboot/efi_installboot.c
usr.sbin/installboot/installboot.h
usr.sbin/installboot/util.c