diff options
author | Willem Meier <wilhelm.meier@fh-kl.de> | 2010-06-01 18:56:54 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-06-01 18:56:54 +0200 |
commit | 3f033aa847959f1425ab53a8984f3186aba11379 (patch) | |
tree | c32492be2173549546f7965e55e070111e75febd /configure.ac | |
parent | fix compilation warning (diff) | |
download | lxc-3f033aa847959f1425ab53a8984f3186aba11379.tar.gz lxc-3f033aa847959f1425ab53a8984f3186aba11379.tar.bz2 lxc-3f033aa847959f1425ab53a8984f3186aba11379.zip |
ubunutu template
Ubuntu [lucid] template script.
Allows to create an ubuntu container with the template options.
Signed-off-by: Willem Meier <wilhelm.meier@fh-kl.de>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e91f69e..1df6ab5 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,7 @@ AC_CONFIG_FILES([ scripts/Makefile scripts/lxc-debian + scripts/lxc-ubuntu scripts/lxc-busybox scripts/lxc-fedora scripts/lxc-sshd |