]> git.ipfire.org Git - thirdparty/systemd.git/commit
efi/boot: rename ConfigEntry to BootEntry 29502/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 10 Oct 2023 07:52:14 +0000 (09:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Oct 2023 10:13:56 +0000 (12:13 +0200)
commit0502bd7e5e916f54d2032fe2f2d900d26c12b90b
tree7075762ba9c62fb38e0b17f19c293af51f7b84d4
parent64381611871fc5cba9041eb10f4d64f34571293d
efi/boot: rename ConfigEntry to BootEntry

Some of the entries are really configured, but we also have a bunch
of automatic entries. Calling them "config entries" is misleading, let's
use the more natural "boot entry".

While at it, rename:
  config_load_entries() → config_load_type1_entries()
  config_entry_add_unified() → config_load_type2_entries()
  config_title_generate() → generate_boot_entry_titles()
  config_entry_add_<type>() → config_add_entry_<type>()

No functional change.
src/boot/efi/boot.c