Re: [Lxc-users] creating debian container on debian sid

2012-10-29 Thread Daniel Baumann
On 10/29/2012 09:58 PM, Johannes Schauer wrote: > the live-debconfig configuration still asks for all those values. How do > I avoid that it asks for them but instead uses the values I supply in my > preseed file? you need to preseed debconf priority an frontend in the preseed file, plus this: ht

Re: [Lxc-users] creating debian container on debian sid

2012-10-29 Thread Johannes Schauer
Hi, On Mon, Oct 29, 2012 at 10:36:07AM +0100, Johannes Schauer wrote: > I'm using LXC 0.8.0~rc1-13 on Debian Sid but after running: > > sudo lxc-create -n myfirstcontainer -t debian -- --preseed-file > /usr/share/doc/lxc/examples/lxc-debian.cfg > > and then: > > sudo lxc-start -n myfirstcontai

[Lxc-users] creating debian container on debian sid

2012-10-29 Thread Johannes Schauer
Hi, I'm using LXC 0.8.0~rc1-13 on Debian Sid but after running: sudo lxc-create -n myfirstcontainer -t debian -- --preseed-file /usr/share/doc/lxc/examples/lxc-debian.cfg and then: sudo lxc-start -n myfirstcontainer But the login prompt never appears. Is this a problem in the preseed file? Or