[systemd-commits] 2 commits - TODO man/systemd-getty-generator.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Dec 13 08:16:17 PST 2013
TODO | 2 --
man/systemd-getty-generator.xml | 11 ++++++++---
2 files changed, 8 insertions(+), 5 deletions(-)
New commits:
commit 58f299eef635d538474cda62ad72dc024c10cdb6
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Dec 13 17:16:06 2013 +0100
update TODO
diff --git a/TODO b/TODO
index a694780..0b43888 100644
--- a/TODO
+++ b/TODO
@@ -524,8 +524,6 @@ Features:
* when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting
-* support container_ttys=
-
* introduce mix of BindTo and Requisite
* add DeleteSocketsOnStop=yes|no option to socket units
commit ffaf95cc1885f66eb96de9e6911694c88b698b54
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Dec 13 17:15:05 2013 +0100
man: document that systemd-getty-generator can start additional container gettys on ptys
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
index da88e72..d3cd980 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 at .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 at .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
More information about the systemd-commits
mailing list