unsquashfs on debian linux 

http://www.slax.org/forum.php?action=view&parentID=12030

I wanted to use some of my local files in my local-WHATEVer.lzm on my debian based system as well and therefore installed "squasghfs-tools" V1:3.2r2-2b

Using it on a lzm it says

Can't find a SQUASHFS superblock

http://www.squashfs-lzma.org/ says the following sourcecode is needed:

# squashfs 3.3
# LZMA SDK 4.57
# SquashFS-LZMA 3.3-457-2
# Squashfs CVS fixes
# linux kernel 2.6.24 or higher

But it also says

Make sure to use a supported Linux Kernel, as only version 2.6.24.3 is supported. My Linux uses Kernel 2.6.22.14. OK, I might upgrade, but then 2.6.24.3 is not even the newest kernel version. Is there really no .deb package available?

It would be enough to use some kind of "lzm2dir", I do not need to include the real fs.

unsquashfs on debian linux 

Quax wrote:

> installing the latest linux live tools from
> ftp://ftp.linux-live.org/Linux-Live/linux-live-6.2.4.tar.gz[] is all you need

You are right that's all it tales, precisely copying the tools/ folder to /usr/bin (or anything else from $PATH) is enough …

Thanks