[lxc-devel] [lxc-templates/master] plamo: Workaround for building plamo 32bit 6.x container on current 7.x

tenforward on Github lxc-bot at linuxcontainers.org
Thu Mar 14 09:11:53 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 363 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190314/a4dded71/attachment.bin>
-------------- next part --------------
From 5f76c3c34c0b2b4e8746b9703e3c8141d553404c Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Thu, 14 Mar 2019 18:03:07 +0900
Subject: [PATCH] plamo: Workaround for building plamo 32bit 6.x container on
 current 7.x

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 templates/lxc-plamo.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in
index 019737c..5eef088 100644
--- a/templates/lxc-plamo.in
+++ b/templates/lxc-plamo.in
@@ -123,6 +123,7 @@ install_plamo() {
        pkgtool="pkgtools"
     else
        pkgtool="hdsetup"
+       LANG=C
     fi
 
     ( cd $dlcache ; tar xpJf "$pkgtool"-*.txz ; rm -rf tmp usr var )


More information about the lxc-devel mailing list