CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/02/19 14:30:46
Modified files: usr.sbin/installboot: Makefile efi_installboot.c i386_installboot.c i386_installboot.h i386_softraid.c installboot.c installboot.h Added files: usr.sbin/installboot: efi_bootmgr.c Log message: Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon. ok deraadt@, kn@