wok rev 394

Slitaz-loram*: support /var/log/boot.log feature
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 10 10:28:49 2008 +0000 (2008-03-10)
parents a6b233506e8a
children be1ec018b4bd
files slitaz-loram-cdrom/stuff/loram.extract slitaz-loram-cdrom/stuff/loram.rootfs slitaz-loram/receipt slitaz-loram/stuff/loram.extract slitaz-loram/stuff/loram.rootfs
line diff
     1.1 --- a/slitaz-loram-cdrom/stuff/loram.extract	Sun Mar 09 22:19:57 2008 +0100
     1.2 +++ b/slitaz-loram-cdrom/stuff/loram.extract	Mon Mar 10 10:28:49 2008 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  # remove link to cdrom
     1.5  [ -d cdrom ] && rmdir cdrom
     1.6 -rm -f bin/vcsa2txt bin/script bin/cut bin/readlink
     1.7 +rm -f bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink
     1.8  if [ -L usr ]; then
     1.9  	rm usr
    1.10  	cp -a $1/usr .
     2.1 --- a/slitaz-loram-cdrom/stuff/loram.rootfs	Sun Mar 09 22:19:57 2008 +0100
     2.2 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs	Mon Mar 10 10:28:49 2008 +0000
     2.3 @@ -46,9 +46,8 @@
     2.4    ln -s /cdrom/usr $usr
     2.5    ln -s /bin ../rootcd/bin
     2.6  fi
     2.7 -for ii in bin/vcsa2txt bin/script bin/cut bin/readlink ; do
     2.8 +for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink; do
     2.9    ln -s busybox $ii
    2.10  done
    2.11  mkdir cdrom
    2.12 -#rm -rf var/cache/fontconfig/* home/*/.ash* 
    2.13  COMPRESSION="gzip"
     3.1 --- a/slitaz-loram/receipt	Sun Mar 09 22:19:57 2008 +0100
     3.2 +++ b/slitaz-loram/receipt	Mon Mar 10 10:28:49 2008 +0000
     3.3 @@ -76,9 +76,7 @@
     3.4  
     3.5  post_install()
     3.6  {
     3.7 -    local root
     3.8 -    root=$1
     3.9 -    set_patch "$root"
    3.10 +    set_patch "$i"
    3.11      if [ ! -x /bin/funionfs ]; then
    3.12          cat <<EOF
    3.13  ----
     4.1 --- a/slitaz-loram/stuff/loram.extract	Sun Mar 09 22:19:57 2008 +0100
     4.2 +++ b/slitaz-loram/stuff/loram.extract	Mon Mar 10 10:28:49 2008 +0000
     4.3 @@ -1,4 +1,5 @@
     4.4  rmdir usr
     4.5 +rm -f bin/vcsa2txt bin/awk bin/script
     4.6  packedfs=".usr.cromfs"
     4.7  if [ -f $packedfs ]; then
     4.8  	bin/unmkcromfs $packedfs usr
     5.1 --- a/slitaz-loram/stuff/loram.rootfs	Sun Mar 09 22:19:57 2008 +0100
     5.2 +++ b/slitaz-loram/stuff/loram.rootfs	Mon Mar 10 10:28:49 2008 +0000
     5.3 @@ -31,3 +31,6 @@
     5.4  mkdir usr
     5.5  COMPRESSION="none"
     5.6  echo "$(du -hs ./.usr.*fs | cut -f1) are used by /usr after compression"
     5.7 +for ii in bin/vcsa2txt bin/awk bin/script; do
     5.8 +  ln -s busybox $ii
     5.9 +done