Merge pull request #3596 from defer/defer/kernel-modules-hook

kernel: Keep modules functional after a kernel upgrade
This commit is contained in:
David Heinemeier Hansson
2026-02-20 21:56:55 +01:00
committed by GitHub
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ run_logged $OMARCHY_INSTALL/config/fast-shutdown.sh
run_logged $OMARCHY_INSTALL/config/sudoless-asdcontrol.sh
run_logged $OMARCHY_INSTALL/config/input-group.sh
run_logged $OMARCHY_INSTALL/config/omarchy-ai-skill.sh
run_logged $OMARCHY_INSTALL/config/kernel-modules-hook.sh
run_logged $OMARCHY_INSTALL/config/powerprofilesctl-rules.sh
run_logged $OMARCHY_INSTALL/config/wifi-powersave-rules.sh
run_logged $OMARCHY_INSTALL/config/hibernation.sh
+1
View File
@@ -0,0 +1 @@
chrootable_systemctl_enable linux-modules-cleanup.service
+1
View File
@@ -63,6 +63,7 @@ inxi
iwd
jq
kdenlive
kernel-modules-hook
kvantum-qt5
lazydocker
lazygit
+4
View File
@@ -0,0 +1,4 @@
echo "Install kernel-modules-hook"
omarchy-pkg-add kernel-modules-hook
sudo systemctl enable --now linux-modules-cleanup.service