Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild20
1 files changed, 18 insertions, 2 deletions
diff --git a/build b/build
index c99a9dc..8dd8182 100755
--- a/build
+++ b/build
@@ -3,5 +3,21 @@
set -e
set -o pipefail
-python live.py
-python appliance.py
+python ../live.py
+
+stem=`ls -t *.iso | head -1 | sed -e "s/.iso//;"`
+
+../livecd-iso-to-bootable-tree.sh ${stem}.iso $stem
+
+echo "archiving bootable tree -> tarball..."
+tar -c -C $stem . | lzma -1 > ${stem}-files.tar.lzma
+
+../bootable-tree-to-removable-img.sh $stem ${stem}-removable
+
+../bootable-tree-to-xo.sh $stem ${stem}.img
+../../xo-image-digestor/image-digestor.sh ${stem}.img
+for ext in img crc plc ; do
+ rm -f soas.${ext}
+ cp -l ${stem}.${ext} soas.${ext}
+done
+