wok diff slitaz-loram-http/stuff/loram.final @ rev 22051
updated tree (1.6.0 -> 1.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 16:30:18 2019 +0100 (2019-10-22) |
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 Tue Oct 22 16:30:18 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 +