diff options
author | Serge Hallyn <serge.hallyn@canonical.com> | 2011-01-22 21:59:40 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-01-22 21:59:40 +0100 |
commit | 27b39fd49dade95796fc05f1583e4a6f6fcbc598 (patch) | |
tree | b90a4a410b023d45b6b47a24ea2bcec228ef2cfc /doc | |
parent | Adds correct file capa detection for >2.6.32 The kernel compile parameter was... (diff) | |
download | lxc-27b39fd49dade95796fc05f1583e4a6f6fcbc598.tar.gz lxc-27b39fd49dade95796fc05f1583e4a6f6fcbc598.tar.bz2 lxc-27b39fd49dade95796fc05f1583e4a6f6fcbc598.zip |
Update ubuntu templates
Rename 'ubuntu' template to 'lucid'
Add new maverick and natty templates, which do much less tweaking
of the environment. These should only be used on a kernel which
supports sysfs tagging for /sys/class/net, as udev will be running
in the container.
The natty template needed to slightly change the installed packages
for dhclient to be correclty installed.
Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc-create.sgml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in index f3e8524..de3ef4e 100644 --- a/doc/lxc-create.sgml.in +++ b/doc/lxc-create.sgml.in @@ -107,7 +107,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <para> 'template' is the short name of an existing 'lxc-template' script that is called by lxc-create, - eg. busybox, debian, fedora, ubuntu or sshd. + eg. busybox, debian, fedora, lucid, maverick, natty or sshd. Refer to the examples in <filename>@LXCTEMPLATEDIR@</filename> for details of the expected script structure. </para> |