]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-boot,sd-stub: also print version after the address
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 May 2023 15:18:41 +0000 (17:18 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 May 2023 19:34:56 +0000 (04:34 +0900)
commitbadea0d6df2a2d3e5ac6c6d068f39ea80c2724d1
tree0a66ff3a1dc75d0ea2d95d65ef5af31818473853
parenta1a4bbea2dac027754e95a34b0d7079fc06f657d
sd-boot,sd-stub: also print version after the address

The kernel, systemd, and many other things print their version during boot.
sd-boot and sd-stub are also important, so let's print the version if EFI_DEBUG.
(If !EFI_DEBUG, continue to be quiet.)

When updating the docs, I saw that that the text in HACKING.md was out of date.
Instead of trying to update the instructions there, make it shorter and refer
the reader to tools/debug-sd-boot.sh for details.
docs/HACKING.md
src/boot/efi/util.c
src/boot/efi/util.h