]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: add --print-loader-path + --print-stub-path
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Jul 2024 16:21:35 +0000 (18:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 15 Sep 2024 17:34:19 +0000 (19:34 +0200)
commit90cf998875a2cfac2cdfe3e659c96d25457bf24b
tree408066214fd26ba96ee96212d7a189c9cc722e79
parentc8d60ae79d1763c6ef16fdb306b65d909a769de8
bootctl: add --print-loader-path + --print-stub-path

These are inspired by the existing commands that return the path to the
boot or ESP partitions. However, these new commands show the path to the
boot loader (systemd-boot) or UKI/stub (systemd-stub) that was used on
the current boot. This information is derived from EFI variables.
man/bootctl.xml
src/boot/bootctl.c