[lxc-devel] [PATCH] fix lxc-console not working by default

Guillaume ZITTA lxc at zitta.fr
Tue Apr 1 19:30:47 UTC 2014


fix lxc-console not working by default

Signed-off-by: Guillaume ZITTA <lxc at zitta.fr>
---
 templates/lxc-gentoo.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-gentoo.in b/templates/lxc-gentoo.in
index a5aee2e..de427dd 100644
--- a/templates/lxc-gentoo.in
+++ b/templates/lxc-gentoo.in
@@ -741,7 +741,7 @@ set_default_arch
 mirror="http://distfiles.gentoo.org"
 user="root"
 password="toor"
-tty=0
+tty=1
 settings="common"
 options=$(getopt -o hp:n:a:FcPv:t:S:u:w:s:m: -l help,rootfs:,path:,name:,arch:,flush-cache,cache-only,private-portage,variant:,portage-dir:,tarball:,auth_key:,user:,autologin,password:,settings:,mirror:,tty: -- "$@")
 
-- 
1.9.0



More information about the lxc-devel mailing list