/kernel-modules-hook

Keeps your Arch Linux fully functional after a kernel upgrade

Primary LanguageShell

kernel-modules-hook

Tired of missing modules when updating the kernel?
Annoyed by modprobe: FATAL: Module smth not found in directory /lib/modules/new-kernel?
Losing uptime after reboots due to kernel update?

View on the AUR.

The solution is here.

  • Save.
    Save
  • Update.
    Update
  • Restore.
    Restore
  • Enjoy.
    Enjoy

Do not worry, backups are automatically cleaned.

Installation

From the AUR:

"$YOUR_FAVORITE_AUR_HELPER" -S kernel-modules-hook

Or from git:

git clone https://github.com/saber-nyan/kernel-modules-hook.git
cd kernel-modules-hook
makepkg -sci

Enable automatic cleanup:

sudo systemctl daemon-reload
sudo systemctl enable linux-modules-cleanup.service