From: Evgeni Golov Date: Mon, 8 May 2017 18:56:04 +0000 (-0400) Subject: precise is not the latest LTS, let's use xenial instead X-Git-Tag: lxc-2.1.0~142^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1543%2Fhead;p=thirdparty%2Flxc.git precise is not the latest LTS, let's use xenial instead --- diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index 8320993fa..ae3a22ad6 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -674,7 +674,7 @@ $1 -h|--help [-a|--arch] [-b|--bindhome ] [-d|--debug] [-F | --flush-cache] [-r|--release ] [-v|--variant] [ -S | --auth-key ] [--rootfs ] [--packages ] [-u|--user ] [--password ] [--mirror ] [--security-mirror ] -release: the ubuntu release (e.g. precise): defaults to host release on ubuntu, otherwise uses latest LTS +release: the ubuntu release (e.g. xenial): defaults to host release on ubuntu, otherwise uses latest LTS variant: debootstrap variant to use (see debootstrap(8)) bindhome: bind 's home into the container The ubuntu user will not be created, and will have @@ -694,7 +694,7 @@ if [ $? -ne 0 ]; then fi eval set -- "$options" -release=precise # Default to the last Ubuntu LTS release for non-Ubuntu systems +release=xenial # Default to the last Ubuntu LTS release for non-Ubuntu systems if [ -f /etc/lsb-release ]; then . /etc/lsb-release if [ "$DISTRIB_ID" = "Ubuntu" ]; then