From cd203b1d741f55ea5213973a22cc6afe59a9ed6e Mon Sep 17 00:00:00 2001 From: Tomas M Date: Mon, 3 Sep 2012 19:34:29 +0200 Subject: [PATCH] add only squashfs filesystem --- build | 2 +- initramfs/initramfs_create | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build b/build index 7daf077..d17998a 100755 --- a/build +++ b/build @@ -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 diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index 349a2cb..bf35980 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -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.*