]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
precise is not the latest LTS, let's use xenial instead 1543/head
authorEvgeni Golov <evgeni@golov.de>
Mon, 8 May 2017 18:56:04 +0000 (14:56 -0400)
committerGitHub <noreply@github.com>
Mon, 8 May 2017 18:56:04 +0000 (14:56 -0400)
templates/lxc-ubuntu.in

index 8320993fab209fbd44b697756f24fb35717674f9..ae3a22ad67f4a9d9c7154df3d4f09b07771c401a 100644 (file)
@@ -674,7 +674,7 @@ $1 -h|--help [-a|--arch] [-b|--bindhome <user>] [-d|--debug]
    [-F | --flush-cache] [-r|--release <release>] [-v|--variant] [ -S | --auth-key <keyfile>]
    [--rootfs <rootfs>] [--packages <packages>] [-u|--user <user>] [--password <password>]
    [--mirror <url>] [--security-mirror <url>]
-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 <user>'s home into the container
           The ubuntu user will not be created, and <user> 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