summaryrefslogtreecommitdiff
path: root/Build/cdbuild/makeimage
diff options
context:
space:
mode:
Diffstat (limited to 'Build/cdbuild/makeimage')
-rwxr-xr-xBuild/cdbuild/makeimage13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/cdbuild/makeimage b/Build/cdbuild/makeimage
new file mode 100755
index 00000000000..2543061b323
--- /dev/null
+++ b/Build/cdbuild/makeimage
@@ -0,0 +1,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