http://www.slax.org/forum/viewtopic.php?t=17404
> Where can I find the installed_package list for Slax6 RC3?
if you want ALL packages in slax, type
ls /var/log/packages
if you want the packages in a module, ie. 001-core.lzm, type
ls /mnt/live/memory/images/001-core.lzm/var/log/packages
All modules are mounted in /mnt/live/memory/images/name-of-module.lzm
documented on: May 11, 2007, Quax
To get package lists for each individual module:
ls -1 /mnt/live/memory/images/*.lzm/var/log/packages | sed 's|/mnt/live/memory/images/||; s|/var/log/packages||;'
To post it into slax/wolvix forum:
cat slax.pkg.lst | sed '/:$/{ s/^/<b>/; s|$|</b>\n|; }'
xpt
You can also extract the content of a module by doing lzm2dir which works great. You can even alter the files in that dir and then use dir2lzm to repack it and then enjoy your new fine tuned module!
documented on: May 11, 2007, turner
> Where can I find the installed_package list for Slax6 RC3?