Re: issue with busybox tar

2012-02-23 Thread Denys Vlasenko
On Thu, Feb 23, 2012 at 11:33 AM, Denys Vlasenko vda.li...@googlemail.com wrote: We need to teach tar to understand PAX 'x' block with path=PATH to fix this. Done in current git. Please test. -- vda ___ busybox mailing list busybox@busybox.net

Re: issue with busybox tar

2012-02-23 Thread Natanael Copa
On Thu, Feb 23, 2012 at 1:46 PM, Denys Vlasenko vda.li...@googlemail.com wrote: On Thu, Feb 23, 2012 at 11:33 AM, Denys Vlasenko vda.li...@googlemail.com wrote: We need to teach tar to understand PAX 'x' block with path=PATH to fix this. Done in current git. Please test. works on x86 and

[PATCH] grep: support for -x, match whole line

2012-02-23 Thread Natanael Copa
Specified in POSIX. http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html Signed-off-by: Natanael Copa nc...@alpinelinux.org --- findutils/grep.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/findutils/grep.c b/findutils/grep.c index

do stuff after shutdown

2012-02-23 Thread Michael Di Domenico
I have a busybox system booting over pxe, it does some stuff and then eventually boots up my main linux distro. my question is; when i'm done with my main linux distro, is it possible to run commands back in the busybox shell after the switchroot completes/returns? does it move stuff back and

Re: do stuff after shutdown

2012-02-23 Thread Michael Conrad
On 2/23/2012 4:52 PM, Michael Di Domenico wrote: I have a busybox system booting over pxe, it does some stuff and then eventually boots up my main linux distro. my question is; when i'm done with my main linux distro, is it possible to run commands back in the busybox shell after the switchroot