diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man8/fragiso.8.pot | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/templates/man8/fragiso.8.pot b/templates/man8/fragiso.8.pot new file mode 100644 index 00000000..7625950c --- /dev/null +++ b/templates/man8/fragiso.8.pot @@ -0,0 +1,115 @@ +# 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: 2023-08-27 16:57+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 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FRAGISO" +msgstr "" + +#. type: TH +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Mar 2007" +msgstr "" + +#. type: SH +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"fragiso - split rpm packages from an iso and reassemble the iso later on" +msgstr "" + +#. type: SH +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fragiso> B<make> I<iso> I<fiso>" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fragiso> B<list> I<fiso>" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fragiso> B<fill> [B<-m>] I<fiso iso>" +msgstr "" + +#. type: SH +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"fragiso can be used to convert an iso file into a fragment file, which is a " +"list describing all of the rpms on the iso and a data chunk containing " +"everything but the rpms. It is used by B<drpmsync> when an iso needs to be " +"transferred. The idea is that often the rpms on the iso are already " +"available on the destination host, so it saves bandwidth to first transfer " +"the fragmented iso, copy the locally available rpms, transfer the " +"unavailable rpms and reassemble the iso file." +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<fragiso> B<make> converts the iso into the fragment iso, B<fragiso> " +"B<list> can be used to extract the rpm information. This information " +"consists of the offset and length of all rpms and the lead/signature header " +"md5sum plus the header/payload md5sum. To reassemble the iso one has to copy " +"the rpms at the right offset into a new file and then use B<fragiso> B<fill> " +"later on to provide all data not contained in the rpms. The B<-m> option " +"tells fragiso to print the resulting md5sum of the iso to stdout. It can be " +"used for verification purposes." +msgstr "" + +#. type: SH +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<drpmsync>(8)" +msgstr "" + +#. type: SH +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Michael Schroeder E<lt>mls@suse.deE<gt>" +msgstr "" |