diff options
author | Serge Hallyn <serge.hallyn@ubuntu.com> | 2011-06-25 15:17:47 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2011-06-25 15:17:47 +0200 |
commit | e2b4064f94f47246e5e2e6359b91b57cab0a0652 (patch) | |
tree | cd9d5b57b1ce3e2f10bc006132780c25a0f4340e /doc | |
parent | lxc-create: pass remaining args to templates (diff) | |
download | lxc-e2b4064f94f47246e5e2e6359b91b57cab0a0652.tar.gz lxc-e2b4064f94f47246e5e2e6359b91b57cab0a0652.tar.bz2 lxc-e2b4064f94f47246e5e2e6359b91b57cab0a0652.zip |
consolidate ubuntu templates
Consolidate lucid, maverick, natty, and oneiric templates into one 'ubuntu'
template.
Add support for specifying architecture.
Add support for '--trim|-x' option, which removes services like the lucid
template used to. This creates smaller, faster-booting containers, but they
will not be safe with certain upgrades, like mountall or udev. When -x is
not specified for lucid or maverick container, then install lxcguest from
the ubuntu-virt ppa, since it does not exist in the official archives, and
the container is not safe to boot without lxcguest.
Add support for '--bindhome <user>' option, which will cause /home/<user>
to be bind-mounted into the container, and create the user with his
original password, shell, and group memberships in the container.
changelog:
june 23:
lxc-ubuntu template: set lxc.arch in config
install lxcguest when NOT trimming the container
lxc-ubuntu: always install lxcguest in postprocess
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.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 de3ef4e..f3e8524 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, lucid, maverick, natty or sshd. + eg. busybox, debian, fedora, ubuntu or sshd. Refer to the examples in <filename>@LXCTEMPLATEDIR@</filename> for details of the expected script structure. </para> |