1. 12 Feb, 2009 2 commits
    • build a set of flags for the different enabled subsystems · db4aa207
      dlezcano authored
      From: Daniel Lezcano <dlezcano@fr.ibm.com>
      
      When we want to check if a subsystem is enabled, we look at the
      presence of a file/directory in the configuration tree files. That
      works until we chroot into the rootfs. Some subsystem should be
      preferably setup after the chrootfs, making the code simpler and
      easier to read. So before setup the different subsystem, I build a
      flags set and reuse it later to check if the subsystem is enabled or
      not.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Add a TODO file · 6c2b975b
      dlezcano authored
      From: Daniel Lezcano <daniel.lezcano@free.fr>
      
      The TODO file should be filled.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  2. 09 Feb, 2009 3 commits
  3. 05 Feb, 2009 1 commit
    • handle interruption/failure of lxc-debian more gracefully · 85248107
      dlezcano authored
      From: Matt Helsley <matthltc@us.ibm.com>
      
      If lxc-debian fails or is interrupted during debootstrap then the next
      invocation of lxc-debian breaks because it only checks for the existence
      of the directory. This forces the user to remove the cache by hand to
      retry the create step.
      
      Let's allow the user to re-run lxc-debian to resume/retry. Store the
      cache in a partial-$ARCH directory until debootstrap succeeds. Then move
      the valid cache to its final destination.
      Signed-off-by: 's avatarMatt Helsley <matthltc@us.ibm.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  4. 02 Feb, 2009 1 commit
    • Add signalfd function definition · ff218c25
      dlezcano authored
      From: Dietmar Maurer <dietmar@proxmox.com>
      
      The signalfd function prototype and the signalfd header file is not
      defined in the debian Lenny. We want to use this debian version with a
      newer kernel.
      
      This patch gives the signalfd function prototype, because the function is
      available in the glibc-2.7 which is the version coming with debian Lenny.
      Signed-off-by: 's avatarDietmar Maurer <dietmar@proxmox.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  5. 29 Jan, 2009 1 commit
    • Complete use of autoconf prefix in lxc-debian · dc21287c
      dlezcano authored
      From: Matt Helsley <matthltc@us.ibm.com>
      
      The lxc-debian script does not consistently address the lxc lock as
      @LOCALSTATEDIR@/lock/subsys/lxc. Make consistent use of the autotools
      substitution to completely enable configure --prefixes.
      
      I also added a comment explaining why some of the paths didn't need
      autoconf substitutions for anyone who wants to understand the script.
      Also, to separate it from the container contents proper, I moved the
      CACHE variable initialization above the container-internal path
      variables.
      Signed-off-by: 's avatarMatt Helsley <matthltc@us.ibm.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  6. 28 Jan, 2009 1 commit
  7. 26 Jan, 2009 4 commits
  8. 25 Jan, 2009 4 commits
  9. 18 Jan, 2009 2 commits
  10. 08 Jan, 2009 1 commit
  11. 05 Jan, 2009 7 commits
  12. 14 Dec, 2008 2 commits
  13. 13 Dec, 2008 2 commits
  14. 09 Dec, 2008 8 commits
  15. 08 Dec, 2008 1 commit