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