summaryrefslogtreecommitdiff
path: root/Build/cdbuild/makeimage
blob: 2543061b32309f5fd8fd61e8f48221e582157cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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