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-24 23:25:08 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-24 23:25:08 (GMT)
commit512b237be4f85c3f19babc53995afa4a90c975db (patch)
tree62e111defa4719e19fca4c13afe9cecb96383854
parent06b60eafb190c135109ce36da1f235b798b0499c (diff)
create fs tarball whilst creating jffs2 img
-rwxr-xr-xlivecd-iso-to-xo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/livecd-iso-to-xo.sh b/livecd-iso-to-xo.sh
index a28cbd7..a094d51 100755
--- a/livecd-iso-to-xo.sh
+++ b/livecd-iso-to-xo.sh
@@ -53,5 +53,7 @@ sumtool -n -p -e 128KiB -i $IMG.tmp -o $IMG
rm $IMG.tmp
crcimg $IMG
+tar -c -C $ROOT . | lzma -1 > images/$(basename ${IMG} .img)-files.tar.lzma
+
echo "Done."
cleanup