From 3ab18243f20f09272db632cf9339a383fd0ec454 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Sun, 19 Feb 2017 15:17:39 -0500 Subject: [PATCH] lxc-download: Bump compat level to 4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For templates introduced after LXC 2.0 was released. Signed-off-by: Stéphane Graber --- templates/lxc-download.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index e0ffdb263..e74947378 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=3 +DOWNLOAD_COMPAT_LEVEL=4 DOWNLOAD_DIST= DOWNLOAD_FLUSH_CACHE="false" DOWNLOAD_FORCE_CACHE="false" -- 2.47.2