]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix lxc-console not working by default
authorGuillaume ZITTA <lxc@zitta.fr>
Tue, 1 Apr 2014 19:30:47 +0000 (21:30 +0200)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 1 Apr 2014 19:58:39 +0000 (14:58 -0500)
fix lxc-console not working by default

Signed-off-by: Guillaume ZITTA <lxc@zitta.fr>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-gentoo.in

index a5aee2ec60a8d6c53a81ce32a4335ab63456b73f..de427dd8ac071117660e42a3b1427346c961e856 100644 (file)
@@ -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: -- "$@")