diff options
author | Serge Hallyn <serge.hallyn@canonical.com> | 2012-01-23 11:55:38 -0600 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-02-26 10:44:40 +0100 |
commit | fdcde5b653e9e91d86f322b0f3aa7e176c47d38e (patch) | |
tree | 98572a5f3003b3d584da4816df5498df75d39170 /templates | |
parent | Add MIPS as a supported architecture (diff) | |
download | lxc-fdcde5b653e9e91d86f322b0f3aa7e176c47d38e.tar.gz lxc-fdcde5b653e9e91d86f322b0f3aa7e176c47d38e.tar.bz2 lxc-fdcde5b653e9e91d86f322b0f3aa7e176c47d38e.zip |
Add new 'precise' release to ubuntu template
Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/lxc-ubuntu.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index ed6131f..8a413ff 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -409,7 +409,7 @@ usage() { cat <<EOF $1 -h|--help -p|--path=<path> --clean [-a|--arch] [-b|--bindhome <user>] [--trim] [-r|--release] -release: lucid | maverick | natty | oneiric +release: lucid | maverick | natty | oneiric | precise trim: make a minimal (faster, but not upgrade-safe) container bindhome: bind <user>'s home into the container arch: amd64 or i386: defaults to host arch @@ -428,7 +428,7 @@ release=lucid if [ -f /etc/lsb-release ]; then . /etc/lsb-release case "$DISTRIB_CODENAME" in - lucid|maverick|natty|oneiric) + lucid|maverick|natty|oneiric|precise) release=$DISTRIB_CODENAME ;; esac |