aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add lxc-lenny templateDaniel Lezcano2011-01-141-2/+2
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* add missing template in MakefileDaniel Lezcano2011-01-131-0/+1
| | | | | | Missed to add lxc-lenny to the template. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* fix busybox inittab templateDaniel Lezcano2011-01-131-2/+2
| | | | | | | The inittab file format is wrong regarding how behaves busybox with this syntax. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Correcting charset argument when calling locale-gen.Daniel Baumann2010-12-281-2/+2
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Correcting include argument when calling debootstrap.Daniel Baumann2010-12-281-1/+1
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Disabling unneeded checkroot.sh initscript in debian template.Daniel Baumann2010-12-281-0/+1
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Creating missing tty device nodes for squeeze in debian template.Daniel Baumann2010-12-281-0/+8
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Setting default mirror to cdn.debian.net in debian template.Daniel Baumann2010-12-281-1/+2
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Setting default suite to squeeze in debian template.Daniel Baumann2010-12-281-1/+1
| | | | Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Duplicate lxc-debian to lxc-lennyDaniel Lezcano2010-12-281-0/+317
| | | | | | | Duplicate the lxc-debian template to use it as a fine grained template. Subject: Daniel Lezcano <dlezcano@fr.ibm.com>
* improve lxc-debian template to specify the suiteDaniel Lezcano2010-10-011-8/+10
| | | | | | | | | | | The attached patch adds a variable at the top of lxc-debian to change the SUITE. Currently tested suites are lenny, squeeze, sid. Also, the patch uses the dhcp3-client package instead of dhcp-client which is deprecated in lenny and removed in squeeze. Patch initialy from Mathieu Parent. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* remove bad default console option in ubuntu templateDaniel Lezcano2010-06-241-2/+0
| | | | | | | Remove this options as by default container console goes to the tty or /dev/null if not available. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* fix /proc not mounted in debian containerDaniel Lezcano2010-06-231-0/+5
| | | | | | | Mount some systemm fs for the container. By default, /proc is no longer mounted in debian. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* fix sshd templateDaniel Lezcano2010-06-171-3/+3
| | | | | | Fixed the sshd template example. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* Forgotten @LIBEXECDIR@ replacementPanagiotis H.M. Issaris2010-06-161-2/+2
| | | | | | | Forgotten part of commit d674be08d4b282bb4717c51440811e39d3c2431e Signed-off-by: Panagiotis H.M. Issaris <takis@issaris.org> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* update the fedora templateDaniel Lezcano2010-06-071-336/+257
| | | | | | | Update the fedora template in order to call it from the lxc-create script. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* generate locales on debianDaniel Lezcano2010-06-071-2/+8
| | | | | | Let's do like the ubuntu template and generate locales automatically. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* ubunutu - fix ssh runlevel stop conditionDaniel Lezcano2010-06-071-0/+31
| | | | | | | The default ssh upstart configuration makes the daemon to respawn either if we are shutdowning. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
* few enhancement on the ubuntu templateWilhelm Meier2010-06-071-15/+21
| | | | | | | Improved and cleanup the ubuntu template. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Wilhelm Meier <wilhelm.meier@fh-kl.de>
* move script templates to an adequate placeDaniel Lezcano2010-06-076-0/+1557
At present the lxc-{template} scripts are installed in the $bindir. This is not the right place as specified by the FHS, so they go to $libdir/lxc/templates. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>