From 612ec1f0543da1821dcc4b44b0ff4f51e3dcb8ef Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 23 Aug 2018 13:51:03 +0200 Subject: [PATCH] config: opensuse.common: unset lxc.tty.dir key not needed for *suse containers and results in cases where we get two agetty processes when using xterm.js/noVNC (e.g., one on /dev/tty1 and one on /dev/lxc/tty1) Signed-off-by: Thomas Lamprecht --- config/opensuse.common.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/opensuse.common.conf.in b/config/opensuse.common.conf.in index b040e95..c312395 100644 --- a/config/opensuse.common.conf.in +++ b/config/opensuse.common.conf.in @@ -20,3 +20,5 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf # lxc.cap.drop = setpcap # big big login delays in Fedora 20 systemd # lxc.cap.drop = setfcap lxc.cap.drop = sys_nice sys_pacct sys_rawio + +lxc.tty.dir = -- 2.39.2