wok view slitaz-loram-http/stuff/loram.final @ rev 21099

updated laptop-mode-tools again (1.60 -> 1.72.2)
author Hans-G?nter Theisgen
date Mon Mar 18 16:26:35 2019 +0100 (2019-03-18)
parents
children
line source
1 cd $1/..
2 iso=$(ls *.iso)
3 if [ -s "$iso" ]; then
4 echo "Converting $iso to low ram/http iso..."
5 yes y | tazlito build-loram $iso $iso.$$ http
6 mv -f $iso.$$ $iso
7 md5sum $iso > ${iso%.iso}.md5
8 echo "================================================================================"
9 fi
10 cd - > /dev/null