]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Set the 'container_ttys' env variable for LXC consoles
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 13 Dec 2013 16:50:28 +0000 (16:50 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 18 Dec 2013 11:21:10 +0000 (11:21 +0000)
commitdaf08f36b525dc9e0f8469ee29ea9ebfd3aa860e
tree0395d2a28e2b260b1a1426fbecb538d127abf239
parentb0579ed9005370fcc22684722412984eb64d0617
Set the 'container_ttys' env variable for LXC consoles

Systemd specified that any /dev/pts/NNN device on which it
is expected to spawn a agetty login, should be listed in
the 'container_ttys' env variable. It should just contain
the relative paths, eg 'pts/0' not '/dev/pts/0' and should
be space separated.

http://cgit.freedesktop.org/systemd/systemd/commit/?id=1d97ff7dd71902a5604c2fed8964925d54e09de9

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_container.c