Re: [PATCH 5/5] create links in initramfs to busybox with other names if not already exist

2011-04-08 Thread Michael Tokarev
08.04.2011 15:13, maximilian attems wrote: > On Sat, 19 Mar 2011, Michael Tokarev wrote: > [] >> +for link in $(${BUSYBOXDIR}/busybox --list-full 2>/dev/null); do >> +if [ ! -e "${DESTDIR}/$link" ]; then >> +[ -d "${DESTDIR}/${link%/*}" ] || mkdir -p >> "${DESTD

Re: [PATCH 5/5] create links in initramfs to busybox with other names if not already exist

2011-04-08 Thread maximilian attems
On Sat, 19 Mar 2011, Michael Tokarev wrote: > > Signed-off-by: Michael Tokarev > --- > hooks/zz-busybox |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/hooks/zz-busybox b/hooks/zz-busybox > index d6dd3f5..1846376 100755 > --- a/hooks/zz-busybox > +++ b/hoo

[PATCH 5/5] create links in initramfs to busybox with other names if not already exist

2011-03-19 Thread Michael Tokarev
Signed-off-by: Michael Tokarev --- hooks/zz-busybox |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/hooks/zz-busybox b/hooks/zz-busybox index d6dd3f5..1846376 100755 --- a/hooks/zz-busybox +++ b/hooks/zz-busybox @@ -22,4 +22,13 @@ if [ "${BUSYBOX}" != "n" ] && [