[lxc-devel] [PATCH] busybox: for all lib dirs create mounts only if directories exist

2012-09-12 Thread Stuart Yoder
From: Stuart Yoder Signed-off-by: Stuart Yoder --- -in our embedded ppc distro we have the other lib dirs but no /usr/lib (for a 64-bit rootfs). This template currently breaks because of that. templates/lxc-busybox.in | 29 +++-- 1 file changed, 11 insertions(+),

Re: [lxc-devel] [PATCH] busybox: for all lib dirs create mounts only if directories exist

2012-09-12 Thread Stéphane Graber
On 12-09-12 02:15 PM, Stuart Yoder wrote: > From: Stuart Yoder > > Signed-off-by: Stuart Yoder > --- > > -in our embedded ppc distro we have the other lib > dirs but no /usr/lib (for a 64-bit rootfs). This > template currently breaks because of that. > > templates/lxc-busybox.in | 29 +++