*** For testing new SFS-Load method ***
In Buster, SFS loading works by using "aufs", but for new 'Dog' development (next will be 'Bullseye'), probably aufs will be abandoned, so I tried to invent new method for SFS loading (using symlinks) that works on a system using "overlay" (instead of aufs). It works well on Buster too, from what I tested.
See also info here: viewtopic.php?p=11354#p11354
To have a full working SFS-load with new method using symlinks, install new versions of packages sfsload and porteusbootscripts.
sfsload v1.0.6 for Buster: EDIT: BUG FIX, v1.0.8:
https://github.com/doglinux/busterdog/r ... .8_all.deb
Includes new "loadmodule" script and SFS-Load GUI (Menu > System > SFS-Load GUI).
Right-click entries Activate/Deactivate module in pcmanfm.
porteusbootscripts v0.0.8 for Buster:
https://github.com/doglinux/busterdog/r ... .8_all.deb
Added unload function to the shutdown scripts and save2flash, to make sure any manually loaded module will be unloaded at shutdown/reboot.
After install above, in case you want to get back to earlier versions:
Code: Select all
apt install sfsload=1.0.5
apt install porteusbootscripts=0.0.7
Fred