[lxc-devel] template-script for ubuntu [lucid] containers

2010-05-30 Thread Wilhelm
Hi, for all interested: attached you'll find a template script for ubuntu containers. -- Wilhelm #!/bin/bash # # lxc: linux Container library configure_ubuntu() { rootfs=$1 hostname=$2 # disable selinux in ubuntu mkdir -p $rootfs/selinux echo 0 > $rootfs/selinux/enfor

Re: [lxc-devel] template-script for ubuntu [lucid] containers

2010-05-30 Thread Michel Normand
On 30/05/2010 19:07, Wilhelm wrote: > Hi, > > for all interested: attached you'll find a template script for ubuntu > containers. interesting attachment. could we take it in lxc as a new template exemple in scripts/lxc-ubuntu.in ? It will need few adaptations using some "@xxx@" but easy to change.

Re: [lxc-devel] releasing 0.6.6 soon

2010-05-30 Thread Daniel Lezcano
On 05/29/2010 01:15 AM, Ferenc Wagner wrote: > Daniel Lezcano writes: > >> I will release a 0.6.6 version. >> >> If someone noticed a bug or has a patch to send, please let me know >> before I put a tag. > > I'd really like to see some sort of signal forwarding in lxc-start, and > waiting for feed

Re: [lxc-devel] template-script for ubuntu [lucid] containers

2010-05-30 Thread Wilhelm
Am 30.05.2010 20:19, schrieb Michel Normand: On 30/05/2010 19:07, Wilhelm wrote: Hi, for all interested: attached you'll find a template script for ubuntu containers. interesting attachment. could we take it in lxc as a new template exemple in scripts/lxc-ubuntu.in ? Sure! Attached I have