]> git.proxmox.com Git - mirror_lxc.git/commit
Merge branch 'upstream-bugfix' of https://github.com/lxc/lxc
authorDaniel Lezcano <daniel.lezcano@free.fr>
Wed, 31 Oct 2012 15:39:50 +0000 (16:39 +0100)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Wed, 31 Oct 2012 15:40:11 +0000 (16:40 +0100)
commit7f99e339363d9f005c9386f60a1d8c0953c85053
treec4be59dedf00bf3fdab7ef821965dfb4ba434df5
parent60a742e0afd34e02299f64536df35116d68d888d
parent773fb9cad76f43540fddb78c7ffef7237a51a06d
Merge branch 'upstream-bugfix' of https://github.com/lxc/lxc

* 'upstream-bugfix' of https://github.com/lxc/lxc: (47 commits)
  replace HOOK define with proper code.
  Remove lxc-start-ephemeral from configure.ac
  revert devtmpfs in ubuntu templates
  lxc-ubuntu{-cloud}: Fix missing "fi" in new devtmpfs code
  fix "make rpm"
  display warning when yum missing in fedora template
  templates: mount devtmpfs in ubuntu containers
  handle clone of btrfs snapshots
  if the rootfs is a btrfs subvolume, delete it instead of rm -rf
  lxc-debian: replace isc-dhcp-server by isc-dhcp-client
  lxc-ls: Scan cgroup mount points from fstype and not device
  Allow short -h and -n options to lxc-ps
  lxc-ubuntu: fix printing of default user
  lxc-debian: specify isc-dhcp-server in package list
  try to better handle out of date container caches.
  link /dev/kmsg to /dev/console in the container
  lxc-clone: fix the '--name' parameter
  lxc-ls: Use readlink on $directory
  lxc-busybox: Use relative mounts in lxc.mount.entry
  busybox: for all lib dirs create mounts only if directories exist
  ...

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>