http://www.slax.org/forum/viewtopic.php?t=17495
How to obtain file list from a .lzm file?
use lzm2dir, and then have a look at /var/packages
documented on: May 15, 2007, mamez
For a used lzm, e. g. 001-core.lzm you can use
ls /mnt/live/memory/images/001-core.lzm/var/log/packages/
documented on: May 15, 2007, flux
> Thanks for all the replies, instead > Any way to loop mount a .lzm file?
You can try:
mount -o loop -t squashfs your.lzm your-mount-point
documented on: May 27, 2007, flux
If you just need to list the content of a LZM file, you don't have to extract it and you don't have to unmount it. Just use
unsquashfs -ls module.lzm
(-ls is a lowercase -LS).
This way, you don't even need squashfs-lzma support in kernel.
documented on: May 28, 2007, Tomas