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.*