]> git.ipfire.org Git - thirdparty/systemd.git/commit
Add --efi-boot-option-description argument to bootctl to control the name of the...
authorRene Hollander <mail@renehollander.at>
Sat, 13 Aug 2022 19:38:02 +0000 (21:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Aug 2022 12:55:31 +0000 (14:55 +0200)
commitd9bdb29bf575100b8fdb051a4aa67a353dd80a39
tree7f1e1bff8269b1f1f1e7288e40e6a59f3484579f
parentbe06a84c8da848f8343660dcb727bb6848d5377e
Add --efi-boot-option-description argument to bootctl to control the name of the boot
entry.

By default an entry named "Linux Boot Manager" is created (which is the
previous behavior). With the flag the name of the entry can be
controlled, which is useful when installing systemd-boot to multiple ESP
partitions and having uniquely named entries.

Fixes #17044.
man/bootctl.xml
src/boot/bootctl.c