]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: reword status/list section headers a bit
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 17:39:17 +0000 (19:39 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Oct 2018 19:40:44 +0000 (21:40 +0200)
commit7fd66f3c3d51879611c5e9984df9ba8cd593de74
tree2baf90585f398979c1b3c4748378f93d273a1e22
parent9c4a6c131962fd5c5553e83bfc83a4c8ceec0211
bootctl: reword status/list section headers a bit

This is really confusing, let's try to clean this up a bit, in
particular as there are two very similar concepts:

1. The boot loaders, i.e. the category you find systemd-boot, the
   Windows and Apple boot loaders in. These may typically be listed in the
   firmware's EFI variables.

2. The boot loader entries, as defined by the Boot Loader Spec. In this
   category you find the various Linux kernels that are installed, i.e.
   the stuff systemd-boot shows on screen. To make things confusing, the
   Windows and Apple boot loaders can appear both as boot loaders and as
   boot loader entries.

This tries to establish the following nomenclature: "boot loaders" and
"boot loader entries" for these two concepts.
src/boot/bootctl.c