Re: [lxc-devel] [PATCH] Fedora template...

2013-04-04 Thread Serge Hallyn
Quoting Michael H. Warfield (m...@wittsend.com): > Proposed patch to the Fedora template... > > Purpose - Handle Fedora containers and Fedora Remix hosts on the > Raspberry Pi ARM platform. > > Changes: > > * Map armv6l and armv7l architectures to "arm" for yum and repos to > function properly.

Re: [lxc-devel] [PATCH] ubuntu template: fix installation when LANG=C

2013-04-04 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > The ubuntu template will silently fail (because it is set -e) on > the locale-gen command when LANG=C > > Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn > --- > templates/lxc-ubuntu.in | 6 -- > 1 file changed, 4 insertions(+), 2 de

Re: [lxc-devel] [PATCH] debian template: set arch when dpkg doesn't exist on host

2013-04-04 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Signed-off-by: Dwight Engen Acked-by: Serge E. Hallyn though, > --- > templates/lxc-debian.in | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in > index 7bb

Re: [lxc-devel] [PATCH] debian template: set arch when dpkg doesn't exist on host

2013-04-04 Thread Dwight Engen
On Thu, 4 Apr 2013 09:10:50 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > Signed-off-by: Dwight Engen > > Acked-by: Serge E. Hallyn > > though, > > > --- > > templates/lxc-debian.in | 13 - > > 1 file changed, 12 insertions(+), 1 deletion(-) > >

Re: [lxc-devel] [PATCH] debian template: set arch when dpkg doesn't exist on host

2013-04-04 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Thu, 4 Apr 2013 09:10:50 -0500 > Serge Hallyn wrote: > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > Signed-off-by: Dwight Engen > > > > Acked-by: Serge E. Hallyn ... > > should armv6l be added (per Michael's patch for fedora tem