Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-26 02:33:52 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-26 02:33:52 (GMT)
commit046efada225eccecafdc91bb7f89adbfabb11193 (patch)
tree4d22a0c9e9c962f5d27aa471c21a3be74ef013d9 /Makefile
parentc86bfaf80d1c5e03badeb6559a5c02cf3f82b281 (diff)
go back to compressing live images' ext3 fs's
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac86aad..1662525 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,9 @@ sized.%: % %.size.txt
tar -c $^ | lzma -1 > $@
soas%xo.iso:
- livecd-creator --skip-compression --cache=../cache --fslabel soas$*xo -c ../soas-xo.ks
+ livecd-creator --cache=../cache --fslabel soas$*xo -c ../soas-xo.ks
soas%.iso:
- livecd-creator --skip-compression --cache=../cache --fslabel soas$* -c ../soas.ks
+ livecd-creator --cache=../cache --fslabel soas$* -c ../soas.ks
soas%.tree: soas%.iso
../livecd-iso-to-bootable-tree.sh $^ $@