bootctl: split out boot loader spec + boot loader interface commands in --help text
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:36:31 +0000 (18:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:42:25 +0000 (18:42 +0100)
commiteab7061898bcd1f2db77bc0a732003bbb2abc67b
tree6fa13c0bcc3e8251953dd298d46b9331294bab74
parent5bbf72bb9ed57db851abaae7265b926497ca41ca
bootctl: split out boot loader spec + boot loader interface commands in --help text

grub (at least on fedora) nowadays implements the boot loader spec, but
not the boot loader interface. Hence let's split out the commands
specific to each in two groups in the --help text. This way the first
group just covers boot lodaer spec stuff (i.e. stuff on disk in the
ESP/XBOOTLDR partition). And the other covers talking to the boot loader
via EFI var.
man/bootctl.xml
src/boot/bootctl.c