From 086238afa58016f54e827470317120a419f2dba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Wed, 6 Jun 2018 14:29:41 +0300 Subject: [PATCH] Added readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..289e2bf --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Reload modules on suspend / hibernate + +# Installation + +If you use arch-based distro, install it via AUR. For yaourt : + +`yaourt -S systemd-suspend-modules` + +Alternatively, you can clone this repo, navigate to repo location and execute `makepkg -si` to build the pkg. Then, launch `sudo pacman -U systemd-suspend-modules` to install it via pacman, or with `makepkg --install`. + +Unfortunately, there is no out-of-the-box installation for other Linux based distros. Stay tuned for more support. + +# Usage + +After installing, open `/etc/suspend-modules.conf` with your favorite text editor. Add your troublesome kernel modules there, line by line. For more information about kernel modules, visit [related archwiki.](https://wiki.archlinux.org/index.php/Kernel_module) \ No newline at end of file