From fdcde5b653e9e91d86f322b0f3aa7e176c47d38e Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Mon, 23 Jan 2012 11:55:38 -0600 Subject: [PATCH] Add new 'precise' release to ubuntu template Signed-off-by: Serge Hallyn Signed-off-by: Daniel Lezcano --- templates/lxc-ubuntu.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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