1. 17 Dec, 2010 2 commits
    • remove duplicate cgroup header · 4839ec29
      Daniel Lezcano authored
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Make mount paths relative to rootfs · 59760f5d
      Michael Tokarev authored
      Why not chdir into the root of container right when
      the root filesystem is (bind-)mounted, and let all
      mount entries to be relative to the container root?
      
      Even more, to warn if lxc.mount[.entry] contains
      absolute path for the destination directory (or a
      variation of this, absolute and does not start with
      container root mount point)?
      
      This way, all mounts will look much more sane, and
      it will be much easier to move/clone containers -
      by changing only lxc.rootfs.
      
      I do it this way locally since the beginning, by
      chdir'ing to the proper directory (rootfs) before
      running lxc-start (in a startup script), but this
      is now broken in 0.7.3 which bind-mounts rootfs
      somewhere in /usr/lib/lxc.
      
      Signed-off-by: Michael Tokarev<mjt@tls.msk.ru>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  2. 30 Oct, 2010 1 commit
  3. 26 Oct, 2010 4 commits
  4. 12 Oct, 2010 6 commits
  5. 05 Oct, 2010 1 commit
  6. 03 Oct, 2010 8 commits
  7. 01 Oct, 2010 3 commits
  8. 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>
  9. 26 Jul, 2010 1 commit
  10. 23 Jul, 2010 9 commits
  11. 22 Jul, 2010 2 commits
  12. 20 Jul, 2010 2 commits