From 944d1191f33d467e762aea937b0ed1e0f3c3bc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Ruano=20Rinc=C3=B3n?= Date: Mon, 12 Dec 2016 11:12:26 +0100 Subject: [PATCH] templates/lxc-debian.in: handle ppc hostarch -> powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Santiago Ruano Rincón Signed-off-by: Evgeni Golov --- templates/lxc-debian.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index e22b96289..6bdf02d6a 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -653,6 +653,8 @@ elif [ "$arch" = "x86_64" ]; then arch="amd64" elif [ "$arch" = "armv7l" ]; then arch="armhf" +elif [ "$arch" = "ppc" ]; then + arch="powerpc" elif [ "$arch" = "ppc64le" ]; then arch="ppc64el" elif [ "$arch" = "mips" -a "$littleendian" = "yes" ]; then