]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that nspawn -x, --template= and machinectl clone leave hostname and...
authorLennart Poettering <lennart@poettering.net>
Tue, 5 May 2015 20:48:28 +0000 (13:48 -0700)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 May 2015 22:07:00 +0000 (15:07 -0700)
man/machinectl.xml
man/systemd-nspawn.xml

index 59a6e14d479e57321e0cd7fec18e948c9678d6ce..50cbb1bc98c13d7161936cb66db6e8a9423badbe 100644 (file)
         images are cloned into subvolume images with this command.
         Note that cloning a container or VM image is optimized for
         btrfs file systems, and might not be efficient on others, due
-        to file system limitations.</para></listitem>
+        to file system limitations.</para>
+
+        <para>Note that this command leaves host name, machine ID and
+        all other settings that could identify the instance
+        unmodified. The original image and the cloned copy will hence
+        share these credentials, and it might be necessary to manually
+        change them in the copy.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index cb96661317ca56a162254a1ef3c140a7c09973e9..fec51df9e972ab325360a9ef667fd7552439812c 100644 (file)
         system, so that the <literal>btrfs</literal> subvolume may be
         created. May not be specified together with
         <option>--image=</option> or
-        <option>--ephemeral</option>.</para></listitem>
+        <option>--ephemeral</option>.</para>
+
+        <para>Note that this switch leaves host name, machine ID and
+        all other settings that could identify the instance
+        unmodified.</para></listitem>
       </varlistentry>
 
       <varlistentry>
         This option is only supported if the root file system is
         <literal>btrfs</literal>. May not be specified together with
         <option>--image=</option> or
-        <option>--template=</option>.</para></listitem>
+        <option>--template=</option>.</para>
+        <para>Note that this switch leaves host name, machine ID and
+        all other settings that could identify the instance
+        unmodified.</para></listitem>
       </varlistentry>
 
       <varlistentry>