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

Daniel Lezcano git at users.sourceforge.net
Mon Sep 13 13:40:57 UTC 2010


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  cccc74b5146cb1b88facef29a530c653dbe0cb90 (commit)
      from  547467bddbe54b7812f0df0e9c18a2e1b7091036 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cccc74b5146cb1b88facef29a530c653dbe0cb90
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Mon Sep 13 15:36:20 2010 +0200

    configure container architecture
    
    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 defines a configuration variable to set the architecture
    of the container.
    
    lxc.arch = i686 | x86 | x86_64 | amd64
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 doc/lxc.conf.sgml.in |   32 ++++++++++++++++++++++++++++++++
 src/lxc/conf.c       |   22 ++++++++++++++++++++++
 src/lxc/conf.h       |    1 +
 src/lxc/confile.c    |   31 +++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list