]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl-uki: several follow-ups for inspect_osrel()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 25 Jan 2023 02:05:46 +0000 (11:05 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Jan 2023 10:51:38 +0000 (10:51 +0000)
commit1b7586df976d7b033b4901a099337d83578bb8f1
tree01dbad870abec0d99b71a1900ee74fe63fb2017c
parent903dd65b5eb63257393955cb79777beb8c71afc1
bootctl-uki: several follow-ups for inspect_osrel()

Follow-ups for #26124 and #26158.

- use os_release_pretty_name(),
- constify the buffer passed to inspect_osrel(),
- propagate errors in inspect_osrele(), and ignore them in the caller
  side,
- and several coding style fixlets.
src/boot/bootctl-uki.c