1. 12 Oct, 2010 2 commits
    • fix Coding Style · 751d9dcd
      Daniel Lezcano authored
      Fix the coding style, 80 chars lines, etc ...
      Fix indentation blocks if ... then ... else ... fi
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • add lxc.network.script.up configuration hook · e3b4c4c4
      Stefan Tomanek authored
      This commit adds an configuration option to specify a script to be
      executed after creating and configuring the network used by the
      container. The following arguments are passed to the script:
      
      	* container name
      	* config section name (net)
      
      Additional arguments depend on the config section employing a
      script hook; the following are used by the network system:
      
      	* execution context (up)
      	* network type (empty/veth/macvlan/phys)
      
      Depending on the network type, other arguments may be passed:
      
      veth/macvlan/phys:
      	* (host-sided) device name
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  2. 05 Oct, 2010 1 commit
  3. 03 Oct, 2010 8 commits
  4. 01 Oct, 2010 3 commits
  5. 13 Sep, 2010 1 commit
    • configure container architecture · cccc74b5
      Daniel Lezcano authored
      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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  6. 26 Jul, 2010 1 commit
  7. 23 Jul, 2010 9 commits
  8. 22 Jul, 2010 2 commits
  9. 20 Jul, 2010 7 commits
  10. 19 Jul, 2010 1 commit
  11. 13 Jul, 2010 4 commits
  12. 12 Jul, 2010 1 commit