]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: rework how we handle referenced but absent EFI boot entries
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Nov 2022 17:05:53 +0000 (18:05 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 Nov 2022 20:27:50 +0000 (05:27 +0900)
commitaf1bed8e83c3d380d1eb0b9147684b76d1ee4df0
tree5fe2b205ec1f7e19ef55eb39532497326b8aab70
parentb9e7f22c2d80930cad36ae53e66e42a2996dca4a
bootctl: rework how we handle referenced but absent EFI boot entries

Follow-up for #25368.

Let's consider ENOENT an expected error, and just debug log about it
(though, let's suffix it with `, ignoring.`). All other errors will log
loudly, as they are unexpected errors.
src/boot/bootctl.c