diff options
Diffstat (limited to 'templates/man8/systemd-mountfsd.service.8.pot')
-rw-r--r-- | templates/man8/systemd-mountfsd.service.8.pot | 181 |
1 files changed, 181 insertions, 0 deletions
diff --git a/templates/man8/systemd-mountfsd.service.8.pot b/templates/man8/systemd-mountfsd.service.8.pot new file mode 100644 index 00000000..09a41c23 --- /dev/null +++ b/templates/man8/systemd-mountfsd.service.8.pot @@ -0,0 +1,181 @@ +# 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:12+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-MOUNTFSD\\&.SERVICE" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd-mountfsd.service" +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-mountfsd.service, systemd-mountfsd - Disk Image File System Mount " +"Service" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "systemd-mountfsd\\&.service" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "/usr/lib/systemd/systemd-mountfsd" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<systemd-mountfsd> is a system service that dissects disk images, and " +"returns mount file descriptors for the file systems contained therein to " +"clients, via a Varlink IPC API\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The disk images provided must contain a raw file system image or must follow " +"the \\m[blue]B<Discoverable Partitions " +"Specification>\\m[]\\&\\s-2\\u[1]\\d\\s+2\\&. Before mounting any file " +"systems authenticity of the disk image is established in one or a " +"combination of the following ways:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If the disk image is located in a regular file in one of the directories /" +"var/lib/machines/, /var/lib/portables/, /var/lib/extensions/, /var/lib/" +"confexts/ or their counterparts in the /etc/, /run/, /usr/lib/ it is assumed " +"to be trusted\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If the disk image contains a Verity enabled disk image, along with a " +"signature partition with a key in the kernel keyring or in /etc/verity\\&.d/ " +"(and related directories) the disk image is considered trusted\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This service provides one \\m[blue]B<Varlink>\\m[]\\&\\s-2\\u[2]\\d\\s+2 " +"service: B<io\\&.systemd\\&.MountFileSystem> which accepts a file descriptor " +"to a regular file or block device, and returns a number of file descriptors " +"referring to an B<fsmount()> file descriptor the client may then attach to a " +"path of their choice\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The returned mounts are automatically allowlisted in the per-user-namespace " +"allowlist maintained by B<systemd-nsresourced.service>(8)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "The file systems are automatically fsck\\*(Aqed before mounting\\&." +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-nsresourced.service>(8)" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: IP +#: debian-unstable fedora-rawhide +#, no-wrap +msgid " 1." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Discoverable Partitions Specification" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"\\%https://uapi-group.org/specifications/specs/" +"discoverable_partitions_specification/" +msgstr "" + +#. type: IP +#: debian-unstable fedora-rawhide +#, no-wrap +msgid " 2." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Varlink" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "\\%https://varlink.org/" +msgstr "" |