]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/conf.c
add lxc.devttydir config variable
authorSerge Hallyn <serge@hallyn.com>
Thu, 16 Feb 2012 19:59:10 +0000 (13:59 -0600)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 26 Feb 2012 09:44:41 +0000 (10:44 +0100)
commit7c6ef2a2eef7a876b8bb2aa19889fba0c80f7a51
treef667dd3fc450ada146fd1c185d091fbc29971350
parent5d325fcf7e5adcf003ae34bcc492e64a6c8315a0
add lxc.devttydir config variable

If set, then the console and ttys will be bind-mounted not over /dev/console,
but /dev/<ttydir>/console and then symlinked from there to /dev/console.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c