wok diff slitaz-loram-http/stuff/loram.final @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-loram-http/stuff/loram.final	Thu May 12 11:01:25 2022 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +cd $1/..
     1.5 +iso=$(ls *.iso)
     1.6 +if [ -s "$iso" ]; then
     1.7 +	echo "Converting $iso to low ram/http iso..."
     1.8 +	yes y | tazlito build-loram $iso $iso.$$ http
     1.9 +	mv -f $iso.$$ $iso
    1.10 +	md5sum $iso > ${iso%.iso}.md5
    1.11 +	echo "================================================================================"
    1.12 +fi
    1.13 +cd - > /dev/null
    1.14 +