[lxc-devel] [GIT] lxc branch, master, updated. 5fad0874c3ff58afeb5c427a7ef1d211d3c5ce37

2010-06-01 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project lxc. The branch, master has been updated via 5fad0874c3ff58afeb5c427a7ef1d211d3c5ce37 (commit) from

[lxc-devel] [PATCH 1/4] ubunutu template

2010-06-01 Thread Daniel Lezcano
From: Willem Meier wilhelm.me...@fh-kl.de Ubuntu [lucid] template script. Allows to create an ubuntu container with the template options. Signed-off-by: Willem Meier wilhelm.me...@fh-kl.de Signed-off-by: Daniel Lezcano dlezc...@fr.ibm.com --- configure.ac |1 + scripts/Makefile.am

[lxc-devel] [PATCH 2/4] Fix ubuntu template

2010-06-01 Thread Daniel Lezcano
From: Daniel Lezcano daniel.lezc...@free.fr - Fixed rootfs path. - Removed network section, it should to be passed to the lxc-create configuration option in order to concatenate the configuration files - Generate en_US local instead of de_DE Signed-off-by: Daniel Lezcano dlezc...@fr.ibm.com

[lxc-devel] [PATCH 4/4] fix busybox template

2010-06-01 Thread Daniel Lezcano
Fix various bug with the busybox template: * add a warning when busybox is not statically linked * delete the password for root (chpasswd is not available for all busybox) * add the new pts option Signed-off-by: Daniel Lezcano dlezc...@fr.ibm.com --- scripts/lxc-busybox.in | 14

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