From be0d27ee0c2a2cce39490b8cfc0e7d995fbd7644 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Tue, 27 Jul 2021 09:37:29 +0200 Subject: man: fix assorted issues reported by the manpage-l10n project Fixes #20297. --- man/systemd-nspawn.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man/systemd-nspawn.xml') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index e929d32f62..3623ef015a 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1375,12 +1375,12 @@ After=sys-subsystem-net-devices-ens1.device The combination of the three operations above ensures that it is possible to log into the - host's user account inside the container as if it was local to the container. The user is only mapped - transiently, while the container is running and the mapping itself does not result in persistent - changes to the container (except maybe for generated log messages at login time, and similar). Note - that in particular the UID/GID assignment in the container is not made persistently. If the user is - mapped transiently, it is best to not allow the user to make persistent changes to the container. If - the user leaves files or directories owned by the user, and those UIDs/GIDs are recycled during later + container using the same account information as on the host. The user is only mapped transiently, + while the container is running, and the mapping itself does not result in persistent changes to the + container (except maybe for log messages generated at login time, and similar). Note that in + particular the UID/GID assignment in the container is not made persistently. If the user is mapped + transiently, it is best to not allow the user to make persistent changes to the container. If the + user leaves files or directories owned by the user, and those UIDs/GIDs are reused during later container invocations (possibly with a different mapping), those files and directories will be accessible to the "new" user. @@ -1581,9 +1581,9 @@ After=sys-subsystem-net-devices-ens1.device -b The above command line will invoke the specified image file image.raw in - volatile mode, i.e with an empty /etc/ and /var/, so that - the container's payload recognizes this as first boot condition, and will invoke - systemd-firstboot.service, which then read the two passed credentials to + volatile mode, i.e. with empty /etc/ and /var/. The + container payload will recognize this as a first boot, and will invoke + systemd-firstboot.service, which then reads the two passed credentials to configure the system's initial locale and root password. -- cgit v1.2.3