aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaber-nyan2017-12-24 03:47:45 +0300
committersaber-nyan2017-12-24 14:10:06 +0300
commitd91da543b7884037df6d00cf9dc875edd46c7ed8 (patch)
tree003bf7219038054f641e76c2346b72105bdfe33c
parent536043d94af43327bc90c4cb156d680938308cdd (diff)
downloadaur-d91da543b7884037df6d00cf9dc875edd46c7ed8.tar.gz
Create README.md
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..5df1563c4f72
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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/>
+![Save](https://i.imgur.com/3YHtBRB.png)<br/>
+* Update.<br/>
+![Update](https://i.imgur.com/uxySEMY.png)<br/>
+* Restore.<br/>
+![Restore](https://i.imgur.com/AJeBw0n.png)<br/>
+* Enjoy.<br/>
+![Enjoy](https://i.imgur.com/WQAYSSR.png)
+
+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!
+```