diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index b34d38c9b5..6518eb819e 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -555,6 +555,24 @@ session.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--personality=</option></term> + + <listitem><para>Control the + architecture ("personality") reported + by + <citerefentry><refentrytitle>uname</refentrytitle><manvolnum>2</manvolnum></citerefentry> + in the container. Currently, only + <literal>x86</literal> and + <literal>x86-64</literal> are + supported. This is useful when running + a 32bit container on a 64bit + host. If this setting is not used + the personality reported in the + container is the same as the one + reported on the + host.</para></listitem> + </varlistentry> </variablelist> </refsect1> |