Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-23 20:14:36 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-23 20:15:56 (GMT)
commitd60911265e4173ce779589d16a84a0440e2a690f (patch)
tree1a6a7896597795b5a33c9b9243e6b47f9ad4eaa8
parentec4daa170649efc6dc665220bc5176d212e72f80 (diff)
lzma bootable image
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index b8c9e31..fce23c0 100755
--- a/build
+++ b/build
@@ -20,6 +20,8 @@ popd
device=`./make_fake_device.sh ${stem}-bootable.img`
./livecd-iso-to-disk --reset-mbr --xo --noverify ${stem}.iso $device
-
+pushd images
+tar cf - ${bstem}-bootable.img | lzma -1 > ${bstem}-bootable.tar.lzma
+popd
python appliance.py