From: ml <6209465+ml-@users.noreply.github.com> Date: Sat, 11 Feb 2023 23:30:28 +0000 (+0100) Subject: man: fix directory for user home bind mounts X-Git-Tag: v253~15^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f39d7d00a31c1867d5fa41b3dd4e6d20665a8f3a;p=thirdparty%2Fsystemd.git man: fix directory for user home bind mounts --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index ca33d82a746..e2c751692f1 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1405,7 +1405,7 @@ After=sys-subsystem-net-devices-ens1.device The user's home directory is bind mounted from the host into - /run/hosts/home/. + /run/host/home/. An additional UID/GID mapping is added that maps the host user's UID/GID to a container UID/GID, allocated from the 60514…60577 range.