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

2010-06-01 Thread Wilhelm
Am 01.06.2010 16:06, schrieb Daniel Lezcano: On 06/01/2010 06:04 PM, Daniel Lezcano wrote: On 05/30/2010 07:07 PM, Wilhelm wrote: Hi, for all interested: attached you'll find a template script for ubuntu containers. Hi Willem, thanks a lot for the script, I fixed some nasty things but I

[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

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