FD64 has a built in facility to install chrome, and during that it also saves a compiled chrome txz package in /root folder, which is nice. I extracted this package and squashed it into an sfs application, which does not work. Digging into this, i found that the installation process not only downloads chrome, but also its dependencies, whereas the automatically generated txz package does not include those dependencies. Question is, how to identify and download the dependencies?
I had a workaround by checking the aufs rw layer to see what files are added, in addition to the chrome files, and manually copy them to my chrome package folder before squashing them together. But this is a rather ugly way of doing it. Any elegant solutions?