added tar target and cleanup

This commit is contained in:
Tomas M
2012-09-04 21:05:17 -05:00
parent d1a9af2be8
commit 1bf8290ebe
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -53,3 +53,8 @@ mkisofs -o "$TARGET/$LIVEKITNAME-$(uname -m).iso" -v -J -R -D -A "$LIVEKITNAME"
-no-emul-boot -boot-info-table -boot-load-size 4 \
-b "$LIVEKITNAME"/boot/isolinux.bin -c "$LIVEKITNAME"/boot/isolinux.boot . \
>/dev/null 2>/dev/null
tar -c ./* > "$TARGET/$LIVEKITNAME-$(uname -m).tar"
cd ..
rm -Rf "$LIVEKITDATA"