From: Serge Hallyn Date: Mon, 23 Jan 2012 17:55:38 +0000 (-0600) Subject: Add new 'precise' release to ubuntu template X-Git-Tag: lxc-0.8.0-rc2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdcde5b653e9e91d86f322b0f3aa7e176c47d38e;p=thirdparty%2Flxc.git Add new 'precise' release to ubuntu template Signed-off-by: Serge Hallyn Signed-off-by: Daniel Lezcano --- diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index ed6131f93..8a413ff4d 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -409,7 +409,7 @@ usage() { cat < --clean [-a|--arch] [-b|--bindhome ] [--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 '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