From: Christian Brauner Date: Tue, 27 Feb 2018 00:28:45 +0000 (+0100) Subject: templates: bump compat level to 5 X-Git-Tag: lxc-3.0.0.beta1~3^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80f86f2b54bffd20fa9e9ab554317bc35f2b8b4;p=thirdparty%2Flxc.git templates: bump compat level to 5 Signed-off-by: Christian Brauner --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 5f3fe638a..b0d5c6a1b 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -28,7 +28,7 @@ LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@" # Defaults DOWNLOAD_ARCH= DOWNLOAD_BUILD= -DOWNLOAD_COMPAT_LEVEL=4 +DOWNLOAD_COMPAT_LEVEL=5 DOWNLOAD_DIST= DOWNLOAD_FLUSH_CACHE="false" DOWNLOAD_FORCE_CACHE="false" diff --git a/templates/lxc-local.in b/templates/lxc-local.in index 6c6caf814..baea28043 100644 --- a/templates/lxc-local.in +++ b/templates/lxc-local.in @@ -30,7 +30,7 @@ LXC_PATH= LXC_ROOTFS= LXC_CONFIG= MODE="system" -COMPAT_LEVEL=4 +COMPAT_LEVEL=5 # Make sure the usual locations are in PATH export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin