Re: [lxc-devel] [PATCH v2] lxc-busybox: check when bind-mounting host libdirs

2013-05-15 Thread Serge Hallyn
Quoting Serge Hallyn (serge.hal...@ubuntu.com): > Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com): > > The patch removes the behavior of automatically mounting /lib > > and /usr/lib, since this is duplicated a few lines below. It will > > also remove the risk of failing when one of thes

Re: [lxc-devel] [PATCH v2] lxc-busybox: check when bind-mounting host libdirs

2013-05-15 Thread Serge Hallyn
Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com): > The patch removes the behavior of automatically mounting /lib > and /usr/lib, since this is duplicated a few lines below. It will > also remove the risk of failing when one of these entries are not > present on the host - e.g. on a 64bi

[lxc-devel] [PATCH v2] lxc-busybox: check when bind-mounting host libdirs

2013-05-15 Thread Bogdan Purcareata
The patch removes the behavior of automatically mounting /lib and /usr/lib, since this is duplicated a few lines below. It will also remove the risk of failing when one of these entries are not present on the host - e.g. on a 64bit machine. Signed-off-by: Bogdan Purcareata --- templates/lxc-busy