]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Reword --copy-from docs 28756/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 10 Aug 2023 08:46:14 +0000 (10:46 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 10 Aug 2023 08:46:14 +0000 (10:46 +0200)
man/systemd-repart.xml

index 06bccad8c32f829ed0a5be445c3f63fa812a8422..346cc88441bd2d6086e3ddfc479f25dfbf4da3df 100644 (file)
       <varlistentry>
         <term><option>--copy-from=</option><arg>IMAGE</arg></term>
 
-        <listitem><para>Instructs <command>systemd-repart</command> to copy the partitions from the given
-        image. The partitions from the given image are synthesized into partition definitions that are
-        parsed before the partition definition files.</para></listitem>
+        <listitem><para>Instructs <command>systemd-repart</command> to synthesize partition definitions from
+        the partition table in the given image. The generated definitions will copy the partitions into the
+        destination partition table. The copied partitions will have the same size, metadata and contents but
+        might have a different partition number and might be located at a different offset in the destination
+        partition table. These definitions can be combined with partition definitions read from regular
+        partition definition files. The synthesized definitions take precedence over the definitions read
+        from partition definition files.</para></listitem>
       </varlistentry>
 
       <xi:include href="standard-options.xml" xpointer="help" />