From cd4c250df41822c25b22303dea84ccd3c81a589b Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 12 Dec 2014 21:58:59 +0100 Subject: [PATCH] lxc-opensuse: default release changed to 13.1, as 12.3 reaches end-of-life soon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Kastl Acked-by: Stéphane Graber --- templates/lxc-opensuse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index 91ef72600..c5932384c 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -38,7 +38,7 @@ done # Make sure the usual locations are in PATH export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin -DISTRO=12.3 +DISTRO=13.1 configure_opensuse() { -- 2.47.3