Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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