diff options
Diffstat (limited to '')
-rw-r--r-- | man/systemd-pcrphase.service.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/man/systemd-pcrphase.service.xml b/man/systemd-pcrphase.service.xml index 24c7560468..fad9d8247a 100644 --- a/man/systemd-pcrphase.service.xml +++ b/man/systemd-pcrphase.service.xml @@ -67,33 +67,36 @@ <listitem><para><literal>enter-initrd</literal> — early when the initrd initializes, before activating system extension images for the initrd. It acts as a barrier between the time where the kernel initializes and where the initrd starts operating and enables system extension images, i.e. code - shipped outside of the UKI. (This extension happens when - <filename>systemd-pcrphase-initrd.service</filename> is started.)</para></listitem> + shipped outside of the UKI. (This extension happens when the + <citerefentry><refentrytitle>systemd-pcrphase-initrd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> + service is started.)</para></listitem> <listitem><para><literal>leave-initrd</literal> — when the initrd is about to transition into the host - file system. It acts as barrier between initrd code and host OS code. (This extension happens when - <filename>systemd-pcrphase-initrd.service</filename> is stopped.)</para></listitem> + file system. It acts as barrier between initrd code and host OS code. (This extension happens when the + <filename>systemd-pcrphase-initrd.service</filename> service is stopped.)</para></listitem> <listitem><para><literal>sysinit</literal> — when basic system initialization is complete (which includes local file systems having been mounted), and the system begins starting regular system - services. (This extension happens when <filename>systemd-pcrphase-sysinit.service</filename> is - started.)</para></listitem> + services. (This extension happens when the + <citerefentry><refentrytitle>systemd-pcrphase-sysinit.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> + service is started.)</para></listitem> <listitem><para><literal>ready</literal> — during later boot-up, after remote file systems have been activated (i.e. after <filename>remote-fs.target</filename>), but before users are permitted to log in (i.e. before <filename>systemd-user-sessions.service</filename>). It acts as barrier between the time where unprivileged regular users are still prohibited to log in and where they are allowed to log in. - (This extension happens when <filename>systemd-pcrphase.service</filename> is started.) + (This extension happens when the <filename>systemd-pcrphase.service</filename> service is started.) </para></listitem> <listitem><para><literal>shutdown</literal> — when the system shutdown begins. It acts as barrier between the time the system is fully up and running and where it is about to shut down. (This extension - happens when <filename>systemd-pcrphase.service</filename> is stopped.)</para></listitem> + happens when the <filename>systemd-pcrphase.service</filename> service is stopped.)</para></listitem> <listitem><para><literal>final</literal> — at the end of system shutdown. It acts as barrier between the time the service manager still runs and when it transitions into the final shutdown phase where - service management is not available anymore. (This extension happens when - <filename>systemd-pcrphase-sysinit.service</filename> is stopped.)</para></listitem> + service management is not available anymore. (This extension happens when the + <citerefentry><refentrytitle>systemd-pcrphase-sysinit.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> + service is stopped.)</para></listitem> </orderedlist> <para>During a regular system lifecycle, PCR 11 is extended with the strings |