diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-05 13:48:28 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-05 15:07:00 -0700 |
commit | 3fe22bb4b6b5faf27683ad2e231b5a69b6e63a9e (patch) | |
tree | 5cfad6b6a9e9cc3b1c97586b88a88cdeab142d30 /man/systemd-nspawn.xml | |
parent | 7de7ee62c5628a3c9e116f14aca63a35d06f5331 (diff) |
man: document that nspawn -x, --template= and machinectl clone leave hostname and machine id unmodified
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index cb96661317..fec51df9e9 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -187,7 +187,11 @@ 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> @@ -201,7 +205,10 @@ 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> |