add only squashfs filesystem

pull/5/head
Tomas M 2012-09-03 19:34:29 +02:00
parent 62e7fe9b6e
commit cd203b1d74
2 changed files with 3 additions and 2 deletions

2
build
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

View File

@ -61,7 +61,8 @@ copy_including_deps /sbin/fdisk
copy_including_deps /usr/bin/vi
copy_including_deps /usr/bin/strace
copy_including_deps /$LMK/kernel/fs
# TODO: add all comon filesystems which are NOT compiled in kernel already
copy_including_deps /$LMK/kernel/fs/squashfs
copy_including_deps /$LMK/kernel/drivers/staging/zram
copy_including_deps /$LMK/modules.*