From: Guillaume ZITTA Date: Tue, 1 Apr 2014 19:30:47 +0000 (+0200) Subject: fix lxc-console not working by default X-Git-Tag: lxc-1.1.0.alpha1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982b59592e494794d5ac3da0c10bf20ebe208f72;p=thirdparty%2Flxc.git fix lxc-console not working by default fix lxc-console not working by default Signed-off-by: Guillaume ZITTA Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-gentoo.in b/templates/lxc-gentoo.in index a5aee2ec6..de427dd8a 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: -- "$@")