blob: 5df1563c4f7222d2acf4f2d0362e1111ddd159b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# <p align="center">kernel-modules-hook</p>
Tired of missing modules when updating the kernel?<br/>
Annoyed by `modprobe: FATAL: Module smth not found in directory /lib/modules/new-kernel`?<br/>
Losing uptime after reboots due to kernel update?
*The solution is here.*
* Save.<br/>
<br/>
* Update.<br/>
<br/>
* Restore.<br/>
<br/>
* Enjoy.<br/>

Do not worry, backups are automatically cleaned.
## Installation
```bash
$ git clone https://github.com/saber-nyan/kernel-modules-hook.git kmh
$ cd kmh
$ makepkg -sci
$ sudo systemctl daemon-reload
$ sudo systemctl enable linux-modules-cleanup
# DONE!
```
|