diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-09-25 10:38:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-09-25 17:17:20 +0200 |
commit | 32295fa08f35d8c0b86c5faa03d7c818d3a9353f (patch) | |
tree | d3699903066a58b1a9b8640a89c617e37b210db9 /units/systemd-pcrfs-root.service.in | |
parent | test: enable debug logs for the user instances as well (diff) | |
download | systemd-32295fa08f35d8c0b86c5faa03d7c818d3a9353f.tar.xz systemd-32295fa08f35d8c0b86c5faa03d7c818d3a9353f.zip |
pcrphase: rename binary to pcrextend
The tool initially just measured the boot phase, but was subsequently
extended to measure file system and machine IDs, too. At AllSystemsGo
there were request to add more, and make the tool generically
accessible.
Hence, let's rename the binary (but not the pcrphase services), to make
clear the tool is not just measureing the boot phase, but a lot of other
things too.
The tool is located in /usr/lib/ and still relatively new, hence let's
just rename the binary and be done with it, while keeping the unit names
stable.
While we are at it, also move the tool out of src/boot/ and into its own
src/pcrextend/ dir, since it's not really doing boot related stuff
anymore.
Diffstat (limited to 'units/systemd-pcrfs-root.service.in')
-rw-r--r-- | units/systemd-pcrfs-root.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-pcrfs-root.service.in b/units/systemd-pcrfs-root.service.in index da3438c576..d7941fc1f6 100644 --- a/units/systemd-pcrfs-root.service.in +++ b/units/systemd-pcrfs-root.service.in @@ -21,4 +21,4 @@ ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-4 [Service] Type=oneshot RemainAfterExit=yes -ExecStart={{LIBEXECDIR}}/systemd-pcrphase --graceful --file-system=/ +ExecStart={{LIBEXECDIR}}/systemd-pcrextend --graceful --file-system=/ |