]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: don't update $ESP/EFI/BOOTX64.EFI twice
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Sep 2025 20:44:35 +0000 (22:44 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Sep 2025 15:47:46 +0000 (00:47 +0900)
commit7dd55c83b8e4cbed3632838711d78e0ebbfd9f3c
treebe470df95f1a2fa6ad9623dc68e26c7984e81a8b
parentb6f4f85c395def2703c6a3501538fd7948bbba69
bootctl: don't update $ESP/EFI/BOOTX64.EFI twice

We update BOOTX64.EFI explicitly once (because we know that it's the
main entry point of UEFI) and then a second time when we update
everything in $ESP/EFI/*.EFI. That's redundant and pretty ugly/confusing
in the log output. Hence exclude the file we already updated explicitly
from the 2nd run.
src/bootctl/bootctl-install.c