Hi,
I wonder if it there are any interest to make the scripts posix shell
compliant so they can run with for example busybox ash and dash.
I would like to provide proper LCX support for Alpine Linux, which by
default runs from tmpfs. It uses uclibc and busybox as the base system,
which makes it v
Busybox 'rm' has no support for --one-file-system. We can make it work
on busybox with find ... -xdev.
Signed-off-by: Natanael Copa
---
src/lxc/lxc-destroy.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lxc/lxc-destroy.in b/src/lxc/lxc-destroy.in
index 846266c..f8
On 11/10/2012 09:38 PM, Daniel Lezcano wrote:
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "lxc".
>
> The branch, master has been updated
>via 4aa7ac35696b87867b1e85410a80
Add option to create a pidfile for lxc-start daemon. This is helpful
for init scripts and process monitors.
Signed-off-by: Natanael Copa
---
doc/lxc-start.sgml.in | 12
src/lxc/arguments.h | 1 +
src/lxc/lxc_start.c | 24
3 files changed, 37 insertions(