Commit 27cc55bf by Santiago Ruano Rincón Committed by Stéphane Graber

templates/lxc-debian.in: handle ppc hostarch -> powerpc

parent fb43e05a
......@@ -518,6 +518,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"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment