Search option in "local extensions" that are installed on demand. I have more than 30 extension in on-demand mode an it takes many time to find firefox.tcz inside.
see
https://wiki.tinycorelinux.net/doku.php?id=wiki:menu1.Build a custom OnDemand hierarchical directory based on /home/tc/.wmx
--xxx/ on the top
....
_xxx/ on the bottom
2. for me:
sleep 3
mv /home/tc/.wmx /home/tc/.wmx_old
cp -r /home/tc/.mymenu /home/tc/.wmx
chown -R tc:staff /home/tc/.wmx
(The specific time depends on the hardware speed and the number of items loaded in onboot.lst.)
3. add script to bootlocal.sh
If ondemand_dir changed, you need to manually synchronize the two directories.
a_dir="/mnt/sda1/tce/ondemand" and b_dir="/home/tc/.mymenu/OnDemand" .