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

Up and fix xorg-server (1.12.4) Removed Kdrive who should be in xorg-server-* pkgs and save space on iSO
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 12:43:42 2014 +0100 (2014-01-03)
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