wok-6.x rev 765
Slitaz-loram*: restore files need by boot script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 10 22:28:03 2008 +0000 (2008-05-10) |
parents | d1a479ee9872 |
children | 7257f650372e |
files | slitaz-loram-cdrom/stuff/loram.extract slitaz-loram-cdrom/stuff/loram.rootfs slitaz-loram/stuff/loram.extract slitaz-loram/stuff/loram.rootfs |
line diff
1.1 --- a/slitaz-loram-cdrom/stuff/loram.extract Sat May 10 10:58:33 2008 +0200 1.2 +++ b/slitaz-loram-cdrom/stuff/loram.extract Sat May 10 22:28:03 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 Sat May 10 10:58:33 2008 +0200 2.2 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs Sat May 10 22:28:03 2008 +0000 2.3 @@ -46,7 +46,7 @@ 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
3.1 --- a/slitaz-loram/stuff/loram.extract Sat May 10 10:58:33 2008 +0200 3.2 +++ b/slitaz-loram/stuff/loram.extract Sat May 10 22:28:03 2008 +0000 3.3 @@ -1,5 +1,5 @@ 3.4 rmdir usr 3.5 -rm -f bin/vcsa2txt bin/awk bin/script 3.6 +rm -f bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink 3.7 packedfs=".usr.cromfs" 3.8 if [ -f $packedfs ]; then 3.9 bin/unmkcromfs $packedfs usr
4.1 --- a/slitaz-loram/stuff/loram.rootfs Sat May 10 10:58:33 2008 +0200 4.2 +++ b/slitaz-loram/stuff/loram.rootfs Sat May 10 22:28:03 2008 +0000 4.3 @@ -31,6 +31,6 @@ 4.4 mkdir usr 4.5 COMPRESSION="none" 4.6 echo "$(du -hs ./.usr.*fs | cut -f1) are used by /usr after compression" 4.7 -for ii in bin/vcsa2txt bin/awk bin/script; do 4.8 +for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink; do 4.9 ln -s busybox $ii 4.10 done