# HG changeset patch # User Pascal Bellard # Date 1277365647 -7200 # Node ID 738a9be33f09b6476920f51820f92731876bae42 # Parent cab9307d1516eaa90ccdd34d496b8adc0a996446 slitaz-loram*: vcsa2txt will be depredicated diff -r cab9307d1516 -r 738a9be33f09 slitaz-loram-cdrom/stuff/loram.extract --- a/slitaz-loram-cdrom/stuff/loram.extract Thu Jun 24 09:09:07 2010 +0200 +++ b/slitaz-loram-cdrom/stuff/loram.extract Thu Jun 24 09:47:27 2010 +0200 @@ -48,3 +48,4 @@ bin/killall5 bin/seq bin/find bin/xargs bin/patch; do [ -e usr/$ii ] && rm -f $ii done +[ -e usr/bin/vcsa2txt ] || rm -f bin/conspy diff -r cab9307d1516 -r 738a9be33f09 slitaz-loram-cdrom/stuff/loram.rootfs --- a/slitaz-loram-cdrom/stuff/loram.rootfs Thu Jun 24 09:09:07 2010 +0200 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs Thu Jun 24 09:47:27 2010 +0200 @@ -101,5 +101,6 @@ bin/killall5 bin/seq bin/find bin/xargs bin/patch; do [ -e $ii ] || ln -s busybox $ii done +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy mkdir cdrom COMPRESSION="gzip" diff -r cab9307d1516 -r 738a9be33f09 slitaz-loram-http/stuff/loram.extract --- a/slitaz-loram-http/stuff/loram.extract Thu Jun 24 09:09:07 2010 +0200 +++ b/slitaz-loram-http/stuff/loram.extract Thu Jun 24 09:47:27 2010 +0200 @@ -49,3 +49,4 @@ bin/killall5 bin/seq bin/find bin/xargs bin/patch; do [ -e usr/$ii ] && rm -f $ii done +[ -e usr/bin/vcsa2txt ] || rm -f bin/conspy diff -r cab9307d1516 -r 738a9be33f09 slitaz-loram-http/stuff/loram.rootfs --- a/slitaz-loram-http/stuff/loram.rootfs Thu Jun 24 09:09:07 2010 +0200 +++ b/slitaz-loram-http/stuff/loram.rootfs Thu Jun 24 09:47:27 2010 +0200 @@ -37,5 +37,6 @@ bin/killall5 bin/seq bin/find bin/xargs bin/patch; do [ -e $ii ] || ln -s busybox $ii done +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy mkdir cdrom .usr.rw COMPRESSION="gzip" diff -r cab9307d1516 -r 738a9be33f09 slitaz-loram/stuff/loram.extract --- a/slitaz-loram/stuff/loram.extract Thu Jun 24 09:09:07 2010 +0200 +++ b/slitaz-loram/stuff/loram.extract Thu Jun 24 09:47:27 2010 +0200 @@ -24,3 +24,4 @@ bin/killall5 bin/seq bin/find bin/xargs bin/patch; do [ -e usr/$ii ] && rm -f $ii done +[ -e usr/bin/vcsa2txt ] || rm -f bin/conspy diff -r cab9307d1516 -r 738a9be33f09 slitaz-loram/stuff/loram.rootfs --- a/slitaz-loram/stuff/loram.rootfs Thu Jun 24 09:09:07 2010 +0200 +++ b/slitaz-loram/stuff/loram.rootfs Thu Jun 24 09:47:27 2010 +0200 @@ -44,5 +44,6 @@ bin/killall5 bin/seq bin/find bin/xargs bin/patch; do [ -e $ii ] || ln -s busybox $ii done +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy echo .usr.*fs | cpio -o -H newc > $1/rootfs.gz2 rm -f .usr.*fs