cd / cd texlive/Master #chmod -R u+w texlive #chmod -R g+rw texlive #chmod -R o-w texlive D=`date '+%Y%m%d'` echo Making image dated $D rm /texlive/Images/*.iso* mkhybrid -J -T -r -v -o /texlive/Images/.texlive.iso . >& /texlive/makeimage.log cd /texlive/Images bzip2 .texlive.iso mv .texlive.iso.bz2 texlive-$D.iso.bz2 chmod 666 texlive-$D.iso.bz2