diff options
Diffstat (limited to 'templates/man1')
-rw-r--r-- | templates/man1/grub2-protect.1.pot | 288 | ||||
-rw-r--r-- | templates/man1/importctl.1.pot | 1056 | ||||
-rw-r--r-- | templates/man1/run0.1.pot | 464 | ||||
-rw-r--r-- | templates/man1/systemd-ssh-proxy.1.pot | 198 | ||||
-rw-r--r-- | templates/man1/systemd-vpick.1.pot | 352 |
5 files changed, 2358 insertions, 0 deletions
diff --git a/templates/man1/grub2-protect.1.pot b/templates/man1/grub2-protect.1.pot new file mode 100644 index 00000000..529b3b6e --- /dev/null +++ b/templates/man1/grub2-protect.1.pot @@ -0,0 +1,288 @@ +# 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:14+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 +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB-PROTECT" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "May 2024" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB2 2.12" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "" + +#. type: SH +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "grub-protect - protect a disk key with a key protector" +msgstr "" + +#. type: SH +#: opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "B<grub-protect> [I<\\,OPTION\\/>...]" +msgstr "" + +#. type: SH +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"grub-protect helps to pretect a disk encryption key with a specified key " +"protector." +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"Protect a cleartext key using a GRUB key protector that can retrieve the key " +"during boot to unlock fully-encrypted disks automatically." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-a>, B<--action>=I<\\,add\\/>|remove" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Add or remove a key protector to or from a key." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-p>, B<--protector>=I<\\,tpm2\\/>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Key protector to use (only tpm2 is currently supported)." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-asymmetric>=I<\\,TYPE\\/> The type of SRK: RSA (RSA2048), RSA3072, RSA4096," +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "and ECC (ECC_NIST_P256). (default: ECC)" +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-bank>=I<\\,ALG\\/>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"Bank of PCRs used to authorize key release: SHA1, SHA256, SHA384, or SHA512. " +"(default: SHA256)" +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-device>=I<\\,FILE\\/>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Path to the TPM2 device. (default: I<\\,/dev/tpm0\\/>)" +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-evict>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Evict a previously persisted SRK from the TPM, if any." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-keyfile>=I<\\,FILE\\/>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Path to a file that contains the cleartext key to protect." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-outfile>=I<\\,FILE\\/>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"Path to the file that will contain the key after sealing (must be accessible " +"to GRUB during boot)." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-pcrs>=I<\\,0[\\/>,1]..." +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"Comma-separated list of PCRs used to authorize key release e.g., '7,11'. " +"Please be aware that PCR 0~7 are used by the firmware and the measurement " +"result may change after a firmware update (for baremetal systems) or a " +"package (OVMF/SeaBIOS/SLOF) update in the VM host. This may lead tothe " +"failure of key unsealing. (default: 7)" +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2-srk>=I<\\,NUM\\/>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "The SRK handle if the SRK is to be made persistent." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--tpm2key>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Use TPM 2.0 Key File format instead of the raw format." +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "-?, B<--help>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "give this help list" +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--usage>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "give a short usage message" +msgstr "" + +#. type: TP +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-V>, B<--version>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "print program version" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"Mandatory or optional arguments to long options are also mandatory or " +"optional for any corresponding short options." +msgstr "" + +#. type: SH +#: opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "Report bugs to E<lt>bug-grub@gnu.orgE<gt>." +msgstr "" + +#. type: SH +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-protect> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-protect> programs are properly installed " +"at your site, the command" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "B<info grub-protect>" +msgstr "" + +#. type: Plain text +#: opensuse-tumbleweed +msgid "should give you access to the complete manual." +msgstr "" diff --git a/templates/man1/importctl.1.pot b/templates/man1/importctl.1.pot new file mode 100644 index 00000000..d1b6c87d --- /dev/null +++ b/templates/man1/importctl.1.pot @@ -0,0 +1,1056 @@ +# 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:11+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 "IMPORTCTL" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "importctl" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "importctl - Download, import or export disk images" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<importctl> [OPTIONS...] {COMMAND} [NAME...]" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<importctl> may be used to download, import, and export disk images via " +"B<systemd-importd.service>(8)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<importctl> operates both on block-level disk images (such as DDIs) as well " +"as file-system-level images (tarballs)\\&. It supports disk images are one " +"of the four following classes:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"VM images or full OS container images, that may be run via B<systemd-" +"vmspawn>(1) or B<systemd-nspawn>(1), and managed via B<machinectl>(1)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Portable service images, that may be attached an managed via " +"B<portablectl>(1)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"System extension (sysext) images, that may be activated via B<systemd-" +"sysext>(8)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Configuration extension (confext) images, that may be activated via " +"B<systemd-confext>(8)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"When images are downloaded or imported they are placed in the following " +"directories, depending on the B<--class=> parameter:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<Table\\ \\&1.\\ \\&Classes and Directories>" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "Class" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "Directory" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid ".T&" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "l l" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "l l." +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "machine" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "/var/lib/machines/" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "portable" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "/var/lib/portables/" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "sysext" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "/var/lib/extensions/" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "confext" +msgstr "" + +#. type: tbl table +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "/var/lib/confexts/" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "COMMANDS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "The following commands are understood:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<pull-tar> I<URL> [I<NAME>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Downloads a \\&.tar image from the specified URL, and makes it available " +"under the specified local name in the image directory for the selected B<--" +"class=>\\&. The URL must be of type \"http://\" or \"https://\", and must " +"refer to a \\&.tar, \\&.tar\\&.gz, \\&.tar\\&.xz or \\&.tar\\&.bz2 archive " +"file\\&. If the local image name is omitted, it is automatically derived " +"from the last component of the URL, with its suffix removed\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The image is verified before it is made available, unless B<--verify=no> is " +"specified\\&. Verification is done either via an inline signed file with the " +"name of the image and the suffix \\&.sha256 or via separate SHA256SUMS and " +"SHA256SUMS\\&.gpg files\\&. The signature files need to be made available on " +"the same web server, under the same URL as the \\&.tar file\\&. With B<--" +"verify=checksum>, only the SHA256 checksum for the file is verified, based " +"on the \\&.sha256 suffixed file or the SHA256SUMS file\\&. With B<--" +"verify=signature>, the sha checksum file is first verified with the inline " +"signature in the \\&.sha256 file or the detached GPG signature file " +"SHA256SUMS\\&.gpg\\&. The public key for this verification step needs to be " +"available in /usr/lib/systemd/import-pubring\\&.gpg or /etc/systemd/import-" +"pubring\\&.gpg\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If B<-keep-download=yes> is specified the image will be downloaded and " +"stored in a read-only subvolume/directory in the image directory that is " +"named after the specified URL and its HTTP etag\\&. A writable snapshot is " +"then taken from this subvolume, and named after the specified local name\\&. " +"This behavior ensures that creating multiple instances of the same URL is " +"efficient, as multiple downloads are not necessary\\&. In order to create " +"only the read-only image, and avoid creating its writable snapshot, specify " +"\"-\" as local name\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that pressing C-c during execution of this command will not abort the " +"download\\&. Use B<cancel-transfer>, described below\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Added in version 256\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<pull-raw> I<URL> [I<NAME>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Downloads a \\&.raw disk image from the specified URL, and makes it " +"available under the specified local name in the image directory for the " +"selected B<--class=>\\&. The URL must be of type \"http://\" or \"https://" +"\"\\&. The image must either be a \\&.qcow2 or raw disk image, optionally " +"compressed as \\&.gz, \\&.xz, or \\&.bz2\\&. If the local name is omitted, " +"it is automatically derived from the last component of the URL, with its " +"suffix removed\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Image verification is identical for raw and tar images (see above)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If the downloaded image is in \\&.qcow2 format it is converted into a raw " +"image file before it is made available\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If B<-keep-download=yes> is specified the image will be downloaded and " +"stored in a read-only file in the image directory that is named after the " +"specified URL and its HTTP etag\\&. A writable copy is then made from this " +"file, and named after the specified local name\\&. This behavior ensures " +"that creating multiple instances of the same URL is efficient, as multiple " +"downloads are not necessary\\&. In order to create only the read-only image, " +"and avoid creating its writable copy, specify \"-\" as local name\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<import-tar> I<FILE> [I<NAME>], B<import-raw> I<FILE> [I<NAME>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Imports a TAR or RAW image, and places it under the specified name in the " +"image directory for the image class selected via B<--class=>\\&. When " +"B<import-tar> is used, the file specified as the first argument should be a " +"tar archive, possibly compressed with xz, gzip or bzip2\\&. It will then be " +"unpacked into its own subvolume/directory\\&. When B<import-raw> is used, " +"the file should be a qcow2 or raw disk image, possibly compressed with xz, " +"gzip or bzip2\\&. If the second argument (the resulting image name) is not " +"specified, it is automatically derived from the file name\\&. If the " +"filename is passed as \"-\", the image is read from standard input, in which " +"case the second argument is mandatory\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "No cryptographic validation is done when importing the images\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Much like image downloads, ongoing imports may be listed with B<list> and " +"aborted with B<cancel-transfer>\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<import-fs> I<DIRECTORY> [I<NAME>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Imports an image stored in a local directory into the image directory for " +"the image class selected via B<--class=> and operates similarly to B<import-" +"tar> or B<import-raw>, but the first argument is the source directory\\&. If " +"supported, this command will create a btrfs snapshot or subvolume for the " +"new image\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<export-tar> I<NAME> [I<FILE>], B<export-raw> I<NAME> [I<FILE>]" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Exports a TAR or RAW image and stores it in the specified file\\&. The first " +"parameter should be an image name\\&. The second parameter should be a file " +"path the TAR or RAW image is written to\\&. If the path ends in \"\\&.gz\", " +"the file is compressed with gzip, if it ends in \"\\&.xz\", with xz, and if " +"it ends in \"\\&.bz2\", with bzip2\\&. If the path ends in neither, the file " +"is left uncompressed\\&. If the second argument is missing, the image is " +"written to standard output\\&. The compression may also be explicitly " +"selected with the B<--format=> switch\\&. This is in particular useful if " +"the second parameter is left unspecified\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Much like image downloads and imports, ongoing exports may be listed with " +"B<list> and aborted with B<cancel-transfer>\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that, currently, only directory and subvolume images may be exported as " +"TAR images, and only raw disk images as RAW images\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<list-transfer>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Shows a list of image downloads, imports and exports that are currently in " +"progress\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<cancel-transfer> I<ID>\\&..." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Aborts a download, import or export of the image with the specified ID\\&. " +"To list ongoing transfers and their IDs, use B<list>\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<list-images>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Shows a list of already downloaded/imported images\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "The following options are understood:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--read-only>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"When used with B<pull-raw>, B<pull-tar>, B<import-raw>, B<import-tar> or " +"B<import-fs> a read-only image is created\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--verify=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"When downloading an image, specify whether the image shall be verified " +"before it is made available\\&. Takes one of \"no\", \"checksum\" and " +"\"signature\"\\&. If \"no\", no verification is done\\&. If \"checksum\" is " +"specified, the download is checked for integrity after the transfer is " +"complete, but no signatures are verified\\&. If \"signature\" is specified, " +"the checksum is verified and the image\\*(Aqs signature is checked against a " +"local keyring of trustable vendors\\&. It is strongly recommended to set " +"this option to \"signature\" if the server and protocol support this\\&. " +"Defaults to \"signature\"\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--force>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"When downloading an image, and a local copy by the specified local name " +"already exists, delete it first and replace it by the newly downloaded " +"image\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--format=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"When used with the B<export-tar> or B<export-raw> commands, specifies the " +"compression format to use for the resulting file\\&. Takes one of " +"\"uncompressed\", \"xz\", \"gzip\", \"bzip2\"\\&. By default, the format is " +"determined automatically from the output image file name passed\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-q>, B<--quiet>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Suppresses additional informational output while running\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-H>, B<--host=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Execute the operation remotely\\&. Specify a hostname, or a username and " +"hostname separated by \"@\", to connect to\\&. The hostname may optionally " +"be suffixed by a port ssh is listening on, separated by \":\", and then a " +"container name, separated by \"/\", which connects directly to a specific " +"container on the specified host\\&. This will use SSH to talk to the remote " +"machine manager instance\\&. Container names may be enumerated with " +"B<machinectl -H >I<HOST>\\&. Put IPv6 addresses in brackets\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-M>, B<--machine=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Connect to B<systemd-import.service>(8) running in a local container, to " +"perform the specified operation within the container\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--class=>, B<-m>, B<-P>, B<-S>, B<-C>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Selects the image class for the downloaded images\\&. This primarily selects " +"the directory to download into\\&. The B<--class=> switch takes \"machine\", " +"\"portable\", \"sysext\" or \"confext\" as argument\\&. The short options B<-" +"m>, B<-P>, B<-S>, B<-C> are shortcuts for B<--class=machine>, B<--" +"class=portable>, B<--class=sysext>, B<--class=confext>\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that B<--keep-download=> defaults to true for B<--class=machine> and " +"false otherwise, see below\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--keep-download=>, B<-N>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Takes a boolean argument\\&. When specified with B<pull-raw> or B<pull-tar>, " +"selects whether to download directly into the specified local image name, or " +"whether to download into a read-only copy first of which to make a writable " +"copy after the download is completed\\&. Defaults to true for B<--" +"class=machine>, false otherwise\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "The B<-N> switch is a shortcut for B<--keep-download=no>\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--json=>I<MODE>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Shows output formatted as JSON\\&. Expects one of \"short\" (for the " +"shortest possible output without any redundant whitespace or line breaks), " +"\"pretty\" (for a pretty version of the same, with indentation and line " +"breaks) or \"off\" (to turn off JSON output, the default)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-j>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Equivalent to B<--json=pretty> if running on a terminal, and B<--json=short> " +"otherwise\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--no-pager>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Do not pipe output into a pager\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--no-legend>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Do not print the legend, i\\&.e\\&. column headers and the footer with " +"hints\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--no-ask-password>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Do not query the user for authentication for privileged operations\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Print a short help text and exit\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Print a short version string and exit\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXAMPLES" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<Example\\ \\&1.\\ \\&Download an Ubuntu TAR image and open a shell in it>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "" +"# importctl pull-tar -mN https://cloud-images\\&.ubuntu\\&.com/jammy/current/jammy-server-cloudimg-amd64-root\\&.tar\\&.xz\n" +"# systemd-nspawn -M jammy-server-cloudimg-amd64-root\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This downloads and verifies the specified \\&.tar image, and then uses " +"B<systemd-nspawn>(1) to open a shell in it\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<Example\\ \\&2.\\ \\&Download an Ubuntu RAW image, set a root password in " +"it, start it as a service>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "" +"# importctl pull-raw -mN \\e\n" +" https://cloud-images\\&.ubuntu\\&.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm\\&.img \\e\n" +" jammy\n" +"# systemd-firstboot --image=/var/lib/machines/jammy\\&.raw --prompt-root-password --force\n" +"# machinectl start jammy\n" +"# machinectl login jammy\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This downloads the specified \\&.raw image and makes it available under the " +"local name \"jammy\"\\&. Then, a root password is set with B<systemd-" +"firstboot>(1)\\&. Afterwards the machine is started as system service\\&. " +"With the last command a login prompt into the container is requested\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<Example\\ \\&3.\\ \\&Exports a container image as tar file>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "# importctl export-tar -m fedora myfedora\\&.tar\\&.xz\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Exports the container \"fedora\" as an xz-compressed tar file myfedora\\&." +"tar\\&.xz into the current directory\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "On success, 0 is returned, a non-zero failure code otherwise\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "ENVIRONMENT" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_LEVEL>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The maximum log level of emitted messages (messages with a higher log level, " +"i\\&.e\\&. less important ones, will be suppressed)\\&. Takes a comma-" +"separated list of values\\&. A value may be either one of (in order of " +"decreasing importance) B<emerg>, B<alert>, B<crit>, B<err>, B<warning>, " +"B<notice>, B<info>, B<debug>, or an integer in the range 0\\&...7\\&. See " +"B<syslog>(3) for more information\\&. Each value may optionally be prefixed " +"with one of B<console>, B<syslog>, B<kmsg> or B<journal> followed by a colon " +"to set the maximum log level for that specific log target (e\\&.g\\&. " +"B<SYSTEMD_LOG_LEVEL=debug,console:info> specifies to log at debug level " +"except when logging to the console which should be at info level)\\&. Note " +"that the global maximum log level takes priority over any per target maximum " +"log levels\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_COLOR>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"A boolean\\&. If true, messages written to the tty will be colored according " +"to priority\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This setting is only useful when messages are written directly to the " +"terminal, because B<journalctl>(1) and other tools that display logs will " +"color messages based on the log level on their own\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_TIME>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"A boolean\\&. If true, console log messages will be prefixed with a " +"timestamp\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This setting is only useful when messages are written directly to the " +"terminal or a file, because B<journalctl>(1) and other tools that display " +"logs will attach timestamps based on the entry metadata on their own\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_LOCATION>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"A boolean\\&. If true, messages will be prefixed with a filename and line " +"number in the source code where the message originates\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that the log location is often attached as metadata to journal entries " +"anyway\\&. Including it directly in the message text can nevertheless be " +"convenient when debugging programs\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_TID>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"A boolean\\&. If true, messages will be prefixed with the current numerical " +"thread ID (TID)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that the this information is attached as metadata to journal entries " +"anyway\\&. Including it directly in the message text can nevertheless be " +"convenient when debugging programs\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_TARGET>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The destination for log messages\\&. One of B<console> (log to the attached " +"tty), B<console-prefixed> (log to the attached tty but with prefixes " +"encoding the log level and \"facility\", see B<syslog>(3), B<kmsg> (log to " +"the kernel circular log buffer), B<journal> (log to the journal), B<journal-" +"or-kmsg> (log to the journal if available, and to kmsg otherwise), B<auto> " +"(determine the appropriate log target automatically, the default), B<null> " +"(disable log output)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LOG_RATELIMIT_KMSG>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Whether to ratelimit kmsg or not\\&. Takes a boolean\\&. Defaults to " +"\"true\"\\&. If disabled, systemd will not ratelimit messages written to " +"kmsg\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_PAGER>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Pager to use when B<--no-pager> is not given; overrides I<$PAGER>\\&. If " +"neither I<$SYSTEMD_PAGER> nor I<$PAGER> are set, a set of well-known pager " +"implementations are tried in turn, including B<less>(1) and B<more>(1), " +"until one is found\\&. If no pager implementation is discovered no pager is " +"invoked\\&. Setting this environment variable to an empty string or the " +"value \"cat\" is equivalent to passing B<--no-pager>\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note: if I<$SYSTEMD_PAGERSECURE> is not set, I<$SYSTEMD_PAGER> (as well as " +"I<$PAGER>) will be silently ignored\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LESS>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Override the options passed to B<less> (by default \"FRSXMK\")\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Users might want to change two options in particular:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<K>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This option instructs the pager to exit immediately when Ctrl+C is " +"pressed\\&. To allow B<less> to handle Ctrl+C itself to switch back to the " +"pager command prompt, unset this option\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If the value of I<$SYSTEMD_LESS> does not include \"K\", and the pager that " +"is invoked is B<less>, Ctrl+C will be ignored by the executable, and needs " +"to be handled by the pager\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<X>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This option instructs the pager to not send termcap initialization and " +"deinitialization strings to the terminal\\&. It is set by default to allow " +"command output to remain visible in the terminal even after the pager " +"exits\\&. Nevertheless, this prevents some pager functionality from working, " +"in particular paged output cannot be scrolled with the mouse\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that setting the regular I<$LESS> environment variable has no effect " +"for B<less> invocations by systemd tools\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "See B<less>(1) for more discussion\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_LESSCHARSET>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Override the charset passed to B<less> (by default \"utf-8\", if the " +"invoking terminal is determined to be UTF-8 compatible)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that setting the regular I<$LESSCHARSET> environment variable has no " +"effect for B<less> invocations by systemd tools\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_PAGERSECURE>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Takes a boolean argument\\&. When true, the \"secure\" mode of the pager is " +"enabled; if false, disabled\\&. If I<$SYSTEMD_PAGERSECURE> is not set at " +"all, secure mode is enabled if the effective UID is not the same as the " +"owner of the login session, see B<geteuid>(2) and " +"B<sd_pid_get_owner_uid>(3)\\&. In secure mode, B<LESSSECURE=1> will be set " +"when invoking the pager, and the pager shall disable commands that open or " +"create new files or start new subprocesses\\&. When I<$SYSTEMD_PAGERSECURE> " +"is not set at all, pagers which are not known to implement secure mode will " +"not be used\\&. (Currently only B<less>(1) implements secure mode\\&.)" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note: when commands are invoked with elevated privileges, for example under " +"B<sudo>(8) or B<pkexec>(1), care must be taken to ensure that unintended " +"interactive features are not enabled\\&. \"Secure\" mode for the pager may " +"be enabled automatically as describe above\\&. Setting " +"I<SYSTEMD_PAGERSECURE=0> or not removing it from the inherited environment " +"allows the user to invoke arbitrary commands\\&. Note that if the " +"I<$SYSTEMD_PAGER> or I<$PAGER> variables are to be honoured, " +"I<$SYSTEMD_PAGERSECURE> must be set too\\&. It might be reasonable to " +"completely disable the pager using B<--no-pager> instead\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_COLORS>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Takes a boolean argument\\&. When true, B<systemd> and related utilities " +"will use colors in their output, otherwise the output will be monochrome\\&. " +"Additionally, the variable can take one of the following special values: " +"\"16\", \"256\" to restrict the use of colors to the base 16 or 256 ANSI " +"colors, respectively\\&. This can be specified to override the automatic " +"decision based on I<$TERM> and what the console is connected to\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SYSTEMD_URLIFY>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The value must be a boolean\\&. Controls whether clickable links should be " +"generated in the output for terminal emulators supporting this\\&. This can " +"be specified to override the decision that B<systemd> makes based on " +"I<$TERM> and other conditions\\&." +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-importd.service>(8), B<systemd-nspawn>(1), " +"B<systemd-vmspawn>(1), B<machinectl>(1), B<portablectl>(1), B<systemd-" +"sysext>(8), B<systemd-confext>(8), B<tar>(1), B<xz>(1), B<gzip>(1), " +"B<bzip2>(1)" +msgstr "" diff --git a/templates/man1/run0.1.pot b/templates/man1/run0.1.pot new file mode 100644 index 00000000..7b4ccb78 --- /dev/null +++ b/templates/man1/run0.1.pot @@ -0,0 +1,464 @@ +# 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:11+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 "RUN0" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "run0" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "run0 - Elevate privileges" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<run0> [OPTIONS...] [COMMAND...]" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<run0> may be used to temporarily and interactively acquire elevated or " +"different privileges\\&. It serves a similar purpose as B<sudo>(8), but " +"operates differently in a couple of key areas:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"No execution or security context credentials are inherited from the caller " +"into the invoked commands, as they are invoked from a fresh, isolated " +"service forked off by the service manager\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Authentication takes place via " +"\\m[blue]B<polkit>\\m[]\\&\\s-2\\u[1]\\d\\s+2, thus isolating the " +"authentication prompt from the terminal (if possible)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"An independent pseudo-tty is allocated for the invoked command, detaching " +"its lifecycle and isolating it for security\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"No SetUID/SetGID file access bit functionality is used for the " +"implementation\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Altogether this should provide a safer and more robust alternative to the " +"B<sudo> mechanism, in particular in OS environments where SetUID/SetGID " +"support is not available (for example by setting the I<NoNewPrivileges=> " +"variable in B<systemd-system.conf>(5))\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Any session invoked via B<run0> will run through the \"systemd-run0\" PAM " +"stack\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Note that B<run0> is implemented as an alternative multi-call invocation of " +"B<systemd-run>(1)\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "The following options are understood:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--no-ask-password>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Do not query the user for authentication for privileged operations\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Added in version 256\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--unit=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Use this unit name instead of an automatically generated one\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--property=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Sets a property on the service unit that is created\\&. This option takes an " +"assignment in the same format as B<systemctl>(1)\\*(Aqs B<set-property> " +"command\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--description=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Provide a description for the service unit that is invoked\\&. If not " +"specified, the command itself will be used as a description\\&. See " +"I<Description=> in B<systemd.unit>(5)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--slice=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Make the new \\&.service unit part of the specified slice, instead of " +"user\\&.slice\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--slice-inherit>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Make the new \\&.service unit part of the slice the B<run0> itself has been " +"invoked in\\&. This option may be combined with B<--slice=>, in which case " +"the slice specified via B<--slice=> is placed within the slice the B<run0> " +"command is invoked in\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Example: consider B<run0> being invoked in the slice foo\\&.slice, and the " +"B<--slice=> argument is bar\\&. The unit will then be placed under foo-" +"bar\\&.slice\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--user=>, B<-u>, B<--group=>, B<-g>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Switches to the specified user/group instead of root\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--nice=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Runs the invoked session with the specified nice level\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--chdir=>, B<-D>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Runs the invoked session with the specified working directory\\&. If not " +"specified defaults to the client\\*(Aqs current working directory if " +"switching to the root user, or the target user\\*(Aqs home directory " +"otherwise\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--setenv=>I<NAME>B<[=>I<VALUE>B<]>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Runs the invoked session with the specified environment variable set\\&. " +"This parameter may be used more than once to set multiple variables\\&. When " +"\"=\" and I<VALUE> are omitted, the value of the variable with the same name " +"in the invoking environment will be used\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--background=>I<COLOR>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Change the terminal background color to the specified ANSI color as long as " +"the session lasts\\&. If not specified, the background will be tinted in a " +"reddish tone when operating as root, and in a yellowish tone when operating " +"under another UID, as reminder of the changed privileges\\&. The color " +"specified should be an ANSI X3\\&.64 SGR background color, i\\&.e\\&. " +"strings such as \"40\", \"41\", \\&..., \"47\", \"48;2;\\&...\", \"48;5;" +"\\&...\"\\&. See \\m[blue]B<ANSI Escape Code " +"(Wikipedia)>\\m[]\\&\\s-2\\u[2]\\d\\s+2 for details\\&. Set to an empty " +"string to disable\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Example: \"--background=44\" for a blue background\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-M>, B<--machine=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Execute operation on a local container\\&. Specify a container name to " +"connect to, optionally prefixed by a user name to connect as and a " +"separating \"@\" character\\&. If the special string \"\\&.host\" is used in " +"place of the container name, a connection to the local system is made\\&. If " +"the \"@\" syntax is not used, the connection is made as root user\\&. If the " +"\"@\" syntax is used either the left hand side or the right hand side may be " +"omitted (but not both) in which case the local user name and \"\\&.host\" " +"are implied\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Print a short help text and exit\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Print a short version string and exit\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"All command line arguments after the first non-option argument become part " +"of the command line of the launched process\\&. If no command line is " +"specified an interactive shell is invoked\\&. The shell to invoke may be " +"controlled via B<--setenv=SHELL=\\&...> and currently defaults to the " +"I<originating user\\*(Aqs> shell (i\\&.e\\&. not the target user\\*(Aqs!) if " +"operating locally, or /bin/sh when operating with B<--machine=>\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"On success, 0 is returned\\&. If B<run0> failed to start the session or the " +"specified command fails, a non-zero return value will be returned\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "ENVIRONMENT VARIABLES" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"As with B<systemd-run>, the session will inherit the system environment from " +"the service manager\\&. In addition, the following environment variables " +"will be set:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$TERM>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Copied from the I<$TERM> of the caller\\&. Can be overridden with B<--" +"setenv=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SUDO_USER>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Set to the username of the originating user\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SUDO_UID>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Set to the numeric UNIX user id of the originating user\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "I<$SUDO_GID>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Set to the primary numeric UNIX group id of the originating session\\&." +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-run>(1), B<sudo>(8), B<machinectl>(1)" +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 "polkit" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "\\%https://www.freedesktop.org/wiki/Software/polkit" +msgstr "" + +#. type: IP +#: debian-unstable fedora-rawhide +#, no-wrap +msgid " 2." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "ANSI Escape Code (Wikipedia)" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"\\%https://en.wikipedia.org/wiki/" +"ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters" +msgstr "" diff --git a/templates/man1/systemd-ssh-proxy.1.pot b/templates/man1/systemd-ssh-proxy.1.pot new file mode 100644 index 00000000..111a82f7 --- /dev/null +++ b/templates/man1/systemd-ssh-proxy.1.pot @@ -0,0 +1,198 @@ +# 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-SSH-PROXY" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd-ssh-proxy" +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-ssh-proxy - SSH client plugin for connecting to B<AF_VSOCK> and " +"B<AF_UNIX> sockets" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "" +"Host unix/* vsock/*\n" +" ProxyCommand /usr/lib/systemd/systemd-ssh-proxy %h %p\n" +" ProxyUseFdpass yes\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B</usr/lib/systemd/systemd-ssh-proxy> [ADDRESS] [PORT]" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<systemd-ssh-proxy> is a small \"proxy\" plugin for the B<ssh>(1) tool " +"that allows connecting to B<AF_UNIX> and B<AF_VSOCK> sockets\\&. It " +"implements the interface defined by ssh\\*(Aqs I<ProxyCommand> configuration " +"option\\&. It\\*(Aqs supposed to be used with an B<ssh_config>(5) " +"configuration fragment like the following:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "" +"Host unix/* vsock/*\n" +" ProxyCommand /usr/lib/systemd/systemd-ssh-proxy %h %p\n" +" ProxyUseFdpass yes\n" +" CheckHostIP no\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "" +"Host \\&.host\n" +" ProxyCommand /usr/lib/systemd/systemd-ssh-proxy unix/run/ssh-unix-local/socket %p\n" +" ProxyUseFdpass yes\n" +" CheckHostIP no\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"A configuration fragment along these lines is by default installed into /etc/" +"ssh/ssh_config\\&.d/20-systemd-ssh-proxy\\&.conf\\&.in\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"With this in place, SSH connections to host string \"unix/\" followed by an " +"absolute B<AF_UNIX> file system path to a socket will be directed to the " +"specified socket, which must be of type B<SOCK_STREAM>\\&. Similar, SSH " +"connections to \"vsock/\" followed by an B<AF_VSOCK> CID will result in an " +"SSH connection made to that CID\\&. Moreover connecting to \"\\&.host\" will " +"connect to the local host via SSH, without involving networking\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This tool is supposed to be used together with B<systemd-ssh-generator>(8) " +"which when run inside a VM or container will bind SSH to suitable " +"addresses\\&. B<systemd-ssh-generator> is supposed to run in the container " +"of VM guest, and B<systemd-ssh-proxy> is run on the host, in order to " +"connect to the container or VM guest\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "On success, 0 is returned, a non-zero failure code otherwise\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXAMPLES" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<Example\\ \\&1.\\ \\&Talk to a local VM with CID 4711>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "ssh vsock/4711\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<Example\\ \\&2.\\ \\&Talk to the local host via ssh>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "ssh \\&.host\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "or equivalent:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "ssh unix/run/ssh-unix-local/socket\n" +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-ssh-generator>(8), B<vsock>(7), B<unix>(7), " +"B<ssh>(1), B<sshd>(8)" +msgstr "" diff --git a/templates/man1/systemd-vpick.1.pot b/templates/man1/systemd-vpick.1.pot new file mode 100644 index 00000000..29f9db1f --- /dev/null +++ b/templates/man1/systemd-vpick.1.pot @@ -0,0 +1,352 @@ +# 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-VPICK" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd 256~rc3" +msgstr "" + +#. type: TH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "systemd-vpick" +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-vpick - Resolve paths to \"\\&.v/\" versioned directories" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<systemd-vpick >B<[OPTIONS...]>B< >B<[PATH...]>" +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"B<systemd-vpick> resolves a file system path referencing a \"\\&.v/\" " +"versioned directory to a path to the newest (by version) file contained " +"therein\\&. This tool provides a command line interface for the B<systemd." +"v>(7) logic\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"The tool expects a path to a \"\\&.v/\" directory as argument (either " +"directly, or with a triple underscore pattern as final component)\\&. It " +"then determines the newest file contained in that directory, and writes its " +"path to standard output\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Unless the triple underscore pattern is passed as last component of the " +"path, it is typically necessary to at least specify the B<--suffix=> switch " +"to configure the file suffix to look for\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If the specified path does not reference a \"\\&.v/\" path (i\\&.e\\&. " +"neither the final component ends in \"\\&.v\", nor the penultimate does or " +"the final one does contain a triple underscore) it specified path is written " +"unmodified to standard output\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "The following options are understood:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--basename=>, B<-B>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Overrides the \"basename\" of the files to look for, i\\&.e\\&. the part to " +"the left of the variable part of the filenames\\&. Normally this is derived " +"automatically from the filename of the \"\\&.v\" component of the specified " +"path, or from the triple underscore pattern in the last component of the " +"specified path\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Added in version 256\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-V>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Explicitly configures the version to select\\&. If specified, a filename " +"with the specified version string will be looked for, instead of the newest " +"version available\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-A>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Explicitly configures the architecture to select\\&. If specified, a " +"filename with the specified architecture identifier will be looked for\\&. " +"If not specified only filenames with a locally supported architecture are " +"considered, or those without any architecture identifier\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--suffix=>, B<-S>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Configures the suffix of the filenames to consider\\&. For the \"\\&.v/\" " +"logic it is necessary to specify the suffix to look for, and the \"\\&.v/\" " +"component must also carry the suffix immediately before \"\\&.v\" in its " +"name\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--type=>, B<-t>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Configures the inode type to look for in the \"\\&.v/\" directory\\&. Takes " +"one of \"reg\", \"dir\", \"sock\", \"fifo\", \"blk\", \"chr\", \"lnk\" as " +"argument, each identifying an inode type\\&. See B<inode>(7) for details " +"about inode types\\&. If this option is used inodes not matching the " +"specified type are filtered and not taken into consideration\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--print=>, B<-p>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Configures what precisely to write to standard output\\&. If not specified " +"prints the full, resolved path of the newest matching file in the \"\\&.v/\" " +"directory\\&. This switch can be set to one of the following:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If set to \"filename\", will print only the filename instead of the full " +"path of the resolved file\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If set to \"version\", will print only the version of the resolved file\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If set to \"type\", will print only the inode type of the resolved file " +"(i\\&.e\\&. a string such as \"reg\" for regular files, or \"dir\" for " +"directories)\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If set to \"arch\", will print only the architecture of the resolved file\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If set to \"tries\", will print only the tries left/tries done of the " +"resolved file\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"If set to \"all\", will print all of the above in a simple tabular output\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--resolve=>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Takes a boolean argument\\&. If true the path to the versioned file is fully " +"canonicalized (i\\&.e\\&. symlinks resolved, and redundant path components " +"removed) before it is shown\\&. If false (the default) this is not done, and " +"the path is shown without canonicalization\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Print a short help text and exit\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "B<--version>" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "Print a short version string and exit\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXAMPLES" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Use a command like the following to automatically pick the newest raw disk " +"image from a \"\\&.v/\" directory:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "$ systemd-vpick --suffix=\\&.raw --type=reg /var/lib/machines/quux\\&.raw\\&.v/\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This will enumerate all regular files matching /var/lib/machines/quux\\&." +"raw\\&.v/quux*\\&.raw, filter and sort them according to the rules described " +"in B<systemd.v>(7), and then write the path to the newest (by version) file " +"to standard output\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"Use a command like the following to automatically pick the newest OS " +"directory tree from a \"\\&.v/\" directory:" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "$ systemd-vpick --type=dir /var/lib/machines/waldo\\&.v/\n" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "" +"This will enumerate all directory inodes matching /var/lib/machines/waldo\\&." +"v/waldo*, filter and sort them according to the rules described in B<systemd." +"v>(7), and then write the path to the newest (by version) directory to " +"standard output\\&." +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "For further examples see B<systemd.v>(7)\\&." +msgstr "" + +#. type: SH +#: debian-unstable fedora-rawhide +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: debian-unstable fedora-rawhide +msgid "On success, 0 is returned, a non-zero failure code otherwise\\&." +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.v>(7)" +msgstr "" |