diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-22 14:48:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-22 14:48:21 +0200 |
commit | 144f0fc0c8a5e2f6b72179e2b5fb992474da24ad (patch) | |
tree | e4fc1365bf85387bcfed6fecb1417485772213e7 /man | |
parent | 5cd6eef69b926175b889799d80bd9deb33a904d1 (diff) |
nspawn: add --uuid= switch to allow setting the machine id for the container
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 28e50359f3..5bf43e8537 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -165,6 +165,17 @@ </varlistentry> <varlistentry> + <term><option>--uuid=</option></term> + + <listitem><para>Set the specified uuid + for the container. The init system + will initialize + <filename>/etc/machine-id</filename> + from this if this file is not set yet. + </para></listitem> + </varlistentry> + + <varlistentry> <term><option>--controllers=</option></term> <term><option>-C</option></term> |