Apps :: DSL lost some .dsl programs
Yes, they are UCI's. It's clear to me that I must reload it every time
Ok then, if you have a traditional harddrive install you can make uci packages persistent simply by copying the mounted directory.
After you have installed (mounted) the uci file, copy the directory that was created in /opt. For example, if it's /opt/jre then do sudo cp -Rp /opt/jre /opt/jre-copy
Unmount the extension and then sudo mv /opt/jre-copy /opt/jre
This will not keep menu items or icons, though. You'll need to do some extra work if you want to keep them.
milkshaw that works for me, thx !!
original here.