Commit 982b5959 by Guillaume ZITTA Committed by Serge Hallyn

fix lxc-console not working by default

fix lxc-console not working by default Signed-off-by: 's avatarGuillaume ZITTA <lxc@zitta.fr> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 198b363f
...@@ -741,7 +741,7 @@ set_default_arch ...@@ -741,7 +741,7 @@ set_default_arch
mirror="http://distfiles.gentoo.org" mirror="http://distfiles.gentoo.org"
user="root" user="root"
password="toor" password="toor"
tty=0 tty=1
settings="common" 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: -- "$@") 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: -- "$@")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment