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-07-09 17:27:39 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-09 17:27:39 (GMT)
commit135d9fd4e59fe2c91c7ccea13cb37d1e51517b4c (patch)
tree356b9fed5bae16c201795f7dad23e2dedae50bbb /Makefile
parent4e092661501ca6f0d8e8bfa8919a0af70b6e9681 (diff)
build soas-xo.ks by default
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a0f69e..11c0cb2 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
%.done: %.iso %.removable.img.tar.lzma %.tree.tar.lzma %.img %.plc
touch $@
%.iso:
- livecd-creator --skip-compression --cache=../cache --fslabel $* -c ../mtd.ks
+ livecd-creator --skip-compression --cache=../cache --fslabel $* -c ../soas-xo.ks
%.tree: %.iso
../livecd-iso-to-bootable-tree.sh $^ $@
du -sk $@ | cut -f 1 > $@.size.txt