add only squashfs filesystem

This commit is contained in:
Tomas M
2012-09-03 19:34:29 +02:00
parent 62e7fe9b6e
commit cd203b1d74
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ cp /boot/vmlinuz $BOOT/
# create ISO for CD image (so I can test it)
cd "$LIVEKITDATA"
mkisofs -o "/mnt/z/iso.iso" -v -J -R -D -A "$LIVEKITNAME" -V "$LIVEKITNAME" \
mkisofs -o "/mnt/z/slax-prealpha-$(uname -m).iso" -v -J -R -D -A "$LIVEKITNAME" -V "$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