'lo all...
I use different versions and distros of Puppy on different computers... and they are all frugal installations, as I find that makes it easier to move the installations between computers and it makes backups simpler.
I have a collection of Perl scripts that are used in all the installations.. and I currently load the distro’s devx.sfs at boot time so I can use the extra Perl modules it includes.
However, as time goes on, I’m constantly updating the Perl scripts and that often means I need to install extra Perl modules into each installation.
Is there a way that I could, for example, have an extra sfs file (let’s call it my_perl_devx.sfs) that just contains my extra Perl modules?
Then I could (conceivably) just take a ‘standard’ distro’s .iso file, create a frugal installation (with save file) that loads the ‘standard’ devx.sfs file and my_perl_devx.sfs and when I install the extra Perl modules, they would go into the my_perl_devx.sfs file.
This means I’d be able to move my personal Perl modules wherever I needed them.
Using a 'template' save file is not a solution as any time a script is updated to use an additional module, I would still need to install the new module in each installation that was built from the template save file.
I’d appreciate any clues on how this might be done... or to tell me I’m dreamin’ again
Thanks a heap.