http://www.slax.org/forum/viewtopic.php?t=5429
> How can I get the package list for popcorn? Is there an command to do each > "*.mo" package?
You can get a list of installed packages from /var/log/packages directory.
try the following
Mount the module: mkdir -p /mnt/module mount -t squashfs -o loop <module> /mnt/module
Then you can inspect the whole content of the module doing:
cd /mnt/module ls...
or better yet using Midnight Commander.
I think each module should have a package list in /var/log/packages.
When done unmount the module the normal way.
documented on: Jun 24, 2005, zariweb