CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/02/21 13:41:50
Modified files: usr.sbin/installboot: efi_bootmgr.c Log message: U-Boot typically doesn't support setting EFI varibles. In that case the EFIIOC_VAR_SET ioctl will return ENOSYS. Handle this the same way as EPERM to avoid needlessly alarming the user. ok deraadt@, jca@