diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-13 17:15:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-13 17:15:05 +0100 |
commit | ffaf95cc1885f66eb96de9e6911694c88b698b54 (patch) | |
tree | daaeaa8b49044536a1b26fbcc0656d05380c673e /man/systemd-getty-generator.xml | |
parent | 1d97ff7dd71902a5604c2fed8964925d54e09de9 (diff) |
man: document that systemd-getty-generator can start additional container gettys on ptys
Diffstat (limited to 'man/systemd-getty-generator.xml')
-rw-r--r-- | man/systemd-getty-generator.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml index da88e727c7..d3cd980c04 100644 --- a/man/systemd-getty-generator.xml +++ b/man/systemd-getty-generator.xml @@ -61,9 +61,14 @@ subsystem. It will also instantiate <filename>serial-getty@.service</filename> instances for virtualizer consoles, if execution in a - virtualized environment is detected. This should - ensure that the user is shown a login prompt at the - right place, regardless in which environment the + virtualized environment is detected. Finally, it will + instantiate + <filename>container-getty@.service</filename> + instances for additional container pseudo TTYs as + requested by the container manager (see <ulink + url="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/"><filename>Container Interface</filename></ulink>). This + should ensure that the user is shown a login prompt at + the right place, regardless in which environment the system is started. For example, it is sufficient to redirect the kernel console with a kernel command line argument such as <varname>console=</varname> to get |