diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-05 22:48:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-06 00:07:00 +0200 |
commit | 3fe22bb4b6b5faf27683ad2e231b5a69b6e63a9e (patch) | |
tree | 5cfad6b6a9e9cc3b1c97586b88a88cdeab142d30 /man/machinectl.xml | |
parent | man: nspawn is used in production these days, admit that (diff) | |
download | systemd-3fe22bb4b6b5faf27683ad2e231b5a69b6e63a9e.tar.xz systemd-3fe22bb4b6b5faf27683ad2e231b5a69b6e63a9e.zip |
man: document that nspawn -x, --template= and machinectl clone leave hostname and machine id unmodified
Diffstat (limited to 'man/machinectl.xml')
-rw-r--r-- | man/machinectl.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index 59a6e14d47..50cbb1bc98 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -487,7 +487,13 @@ 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> |