CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/03/03 06:52:23
Modified files: usr.sbin/installboot: efi_bootmgr.c Log message: Turn failures to get/set EFI variables into warnings. This prevents the installer from warning the user that bootblocks haven't been installed properly and that the system won't boot. At this point the bootblocks have been installed and the system should boot even if EFI variables haven't been set except in some edge cases with firmwares that have a particularly poorly implemented EFI boot manager. ok kn@, landry@