mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
kernel: Keep modules functional after a kernel upgrade
When a kernel upgrade is taken in, we replace current modules with new ones and they are not available until we reboot. This can cause the system to appear broken, especially when plugging new hardwaare like a pen drive or odd input device. This patch adds kernel-modules-hook which keeps the current modules even if the package is replaced. A one-off clean-up service runs on startup to remove older modules.
This commit is contained in:
@@ -61,6 +61,7 @@ inxi
|
||||
iwd
|
||||
jq
|
||||
kdenlive
|
||||
kernel-modules-hook
|
||||
kvantum-qt5
|
||||
lazydocker
|
||||
lazygit
|
||||
|
||||
Reference in New Issue
Block a user