Re: [lxc-devel] [patch -lxc] configure container architecture

2010-09-13 Thread Daniel Lezcano
On 09/13/2010 01:23 PM, Ralf Schmitt wrote: > writes: > > >> From: Daniel Lezcano >> >> When a container is installed with 32bits binaries while we are >> running on a 64bits host, inside the container we are seen as >> 64bits arch. That leads to some problems for the package updates >> becau

[lxc-devel] [GIT] lxc branch, master, updated. cccc74b5146cb1b88facef29a530c653dbe0cb90

2010-09-13 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lxc". The branch, master has been updated via 74b5146cb1b88facef29a530c653dbe0cb90 (commit) from 547467bddbe54b7812f0df0e

Re: [lxc-devel] [patch -lxc] configure container architecture

2010-09-13 Thread Daniel Lezcano
On 09/13/2010 01:23 PM, Ralf Schmitt wrote: > writes: > >> From: Daniel Lezcano >> >> When a container is installed with 32bits binaries while we are >> running on a 64bits host, inside the container we are seen as >> 64bits arch. That leads to some problems for the package updates >> because the

[lxc-devel] [patch -lxc] configure container architecture

2010-09-13 Thread daniel.lezcano
From: Daniel Lezcano When a container is installed with 32bits binaries while we are running on a 64bits host, inside the container we are seen as 64bits arch. That leads to some problems for the package updates because the scripts will download 64bits packages instead of 32bits. This patch defi