# HG changeset patch # User Pascal Bellard # Date 1205144929 0 # Node ID c4e6b92f665f6d8baa1d8ffebefe507de6759465 # Parent a6b233506e8a8dde9d8c757a24077b97b53ec012 Slitaz-loram*: support /var/log/boot.log feature diff -r a6b233506e8a -r c4e6b92f665f slitaz-loram-cdrom/stuff/loram.extract --- a/slitaz-loram-cdrom/stuff/loram.extract Sun Mar 09 22:19:57 2008 +0100 +++ b/slitaz-loram-cdrom/stuff/loram.extract Mon Mar 10 10:28:49 2008 +0000 @@ -1,6 +1,6 @@ # remove link to cdrom [ -d cdrom ] && rmdir cdrom -rm -f bin/vcsa2txt bin/script bin/cut bin/readlink +rm -f bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink if [ -L usr ]; then rm usr cp -a $1/usr . diff -r a6b233506e8a -r c4e6b92f665f slitaz-loram-cdrom/stuff/loram.rootfs --- a/slitaz-loram-cdrom/stuff/loram.rootfs Sun Mar 09 22:19:57 2008 +0100 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs Mon Mar 10 10:28:49 2008 +0000 @@ -46,9 +46,8 @@ ln -s /cdrom/usr $usr ln -s /bin ../rootcd/bin fi -for ii in bin/vcsa2txt bin/script bin/cut bin/readlink ; do +for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink; do ln -s busybox $ii done mkdir cdrom -#rm -rf var/cache/fontconfig/* home/*/.ash* COMPRESSION="gzip" diff -r a6b233506e8a -r c4e6b92f665f slitaz-loram/receipt --- a/slitaz-loram/receipt Sun Mar 09 22:19:57 2008 +0100 +++ b/slitaz-loram/receipt Mon Mar 10 10:28:49 2008 +0000 @@ -76,9 +76,7 @@ post_install() { - local root - root=$1 - set_patch "$root" + set_patch "$i" if [ ! -x /bin/funionfs ]; then cat <