diff options
author | Luca Boccassi <bluca@debian.org> | 2023-06-12 03:15:19 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-28 20:34:03 +0200 |
commit | b0d3095fd6cc1791a38f57a1982116b4475244ba (patch) | |
tree | f415bd813a7e07599c969fdd4965390bfdf38cd6 /units/systemd-pcrphase-initrd.service.in | |
parent | Merge pull request #28551 from mrc0mmand/unit-cleanup-set (diff) | |
download | systemd-b0d3095fd6cc1791a38f57a1982116b4475244ba.tar.xz systemd-b0d3095fd6cc1791a38f57a1982116b4475244ba.zip |
Drop split-usr and unmerged-usr support
As previously announced, execute order 66:
https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html
The meson options split-usr, rootlibdir and rootprefix become no-ops
that print a warning if they are set to anything other than the
default values. We can remove them in a future release.
Diffstat (limited to 'units/systemd-pcrphase-initrd.service.in')
-rw-r--r-- | units/systemd-pcrphase-initrd.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-pcrphase-initrd.service.in b/units/systemd-pcrphase-initrd.service.in index 6320dccf27..69dcbceaac 100644 --- a/units/systemd-pcrphase-initrd.service.in +++ b/units/systemd-pcrphase-initrd.service.in @@ -20,5 +20,5 @@ ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-4 [Service] Type=oneshot RemainAfterExit=yes -ExecStart={{ROOTLIBEXECDIR}}/systemd-pcrphase --graceful enter-initrd -ExecStop={{ROOTLIBEXECDIR}}/systemd-pcrphase --graceful leave-initrd +ExecStart={{LIBEXECDIR}}/systemd-pcrphase --graceful enter-initrd +ExecStop={{LIBEXECDIR}}/systemd-pcrphase --graceful leave-initrd |