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

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
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	Fri Oct 04 15:39:32 2019 +0100
     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 +