From 6afc95b73605833e6e966af1c466b5c08feb953f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Feb 2014 23:35:19 +0100 Subject: nspawn: add new --personality= switch to make it easier to run 32bit containers on a 64bit host --- man/systemd-nspawn.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'man') 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. + + + + Control the + architecture ("personality") reported + by + uname2 + in the container. Currently, only + x86 and + x86-64 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. + -- cgit v1.2.3-54-g00ecf