Hi, Is there a tool/script already for "merge changes" for LZM/XZ packages?
Sometimes I make a customized changes to for example configuration file and want them to be included on module (and not on changes dir) on next time I activate it (somewhere else). It would work as follows:
Code: Select all
merge_changes currentmodule.lzm newmodule.lzm
Where script goes through filelist of original package (by for example using output of
unsquasfs -ls) and repack these files from current filesystem snapshot to new module. Also it could change the content of
currentpacket.lzm but if it is already activate, I don't know if it is possible. This command could also be named as
Skenario could be also that on first run, user changes root password and and some users and then run update_module for including these changes to core porteus modules.
Or am I missing a feature that is already there?