12-06-2020, 04:37 PM
(12-05-2020, 01:18 PM)Tim Curtis Wrote: Not a recommended practice for moOde either for the OS or the kernel. We custom compile and bundle several drivers that are tied to specific features or in moOde or to specific hardware. These get wiped out or reverted when bumping the kernel. There are also several package version dependencies that can break depending on what the OS full-upgrade does.
Might be worth adding some relevant
Code:
sudo apt-mark hold <package-name>
to the build script to prevent "accidental" updating.
Phil