diff options
Diffstat (limited to 'templates/man8/systemd-tpm2-generator.8.pot')
-rw-r--r-- | templates/man8/systemd-tpm2-generator.8.pot | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/templates/man8/systemd-tpm2-generator.8.pot b/templates/man8/systemd-tpm2-generator.8.pot new file mode 100644 index 00000000..688e04eb --- /dev/null +++ b/templates/man8/systemd-tpm2-generator.8.pot @@ -0,0 +1,106 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-06-15 09:13+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYSTEMD-TPM2-GENERATOR" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd-tpm2-generator" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"systemd-tpm2-generator - Generator for inserting TPM2 synchronization point " +"in the boot process" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "/usr/lib/systemd/system-generators/systemd-tpm2-generator" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"systemd-tpm2-generator is a generator that adds a I<Wants=> dependency from " +"sysinit\\&.target to tpm2\\&.target when it detects that the firmware " +"discovered a TPM2 device but the OS kernel so far did not\\&. tpm2\\&." +"target is supposed to act as synchronization point for all services that " +"require TPM2 device access\\&. See B<systemd.special>(7) for details\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The B<systemd\\&.tpm2_wait=> kernel command line option may be used to " +"override behaviour of the generator\\&. It accepts a boolean value: if true " +"then tpm2\\&.target will be added as synchronization point even if the " +"firmware has not detected a TPM2 device\\&. If false, the target will not be " +"inserted even if firmware reported a device but the OS kernel doesn\\*(Aqt " +"expose a device for it yet\\&. The latter might be useful in environments " +"where a suitable TPM2 driver for the available hardware is not available\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "systemd-tpm2-generator implements B<systemd.generator>(7)\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<systemd>(1), B<systemd.special>(7), B<kernel-command-line>(7)" +msgstr "" |