Phneoix wrote: Thu Mar 16, 2023 10:49 am
Hi,
i have created multiple sfs modules for different softwares. I want to merge some of those files. Can anyone point as to how to merge multiple sfs modules in a single file.
Also is it possible to load sfs modules from command line bypassing gui prompt.
Thanks
You can use my sfs merger tool in my nicOS-Utility-Suite. If sfs_load is used, the commandline for loading sfs quietly is as follows: sfs_load -c -q FullPathOfSfs1 sfs2 sfs3 etc.
Example: sfs_load -c -q /mnt/home/1.sfs 2.sfs 3.sfs (you may have to supply the full paths of every sfs you want to load). SFS's must be in either /mnt/home or in the subdirectory of your puppy files otherwise you will still get a prompt.