forked from vaeth/zram-init
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
19 lines (15 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(C) Martin Väth <[email protected]>
Many thanks to Sven Eden <sven.eden at gmx.de> for contributing.
The license of this package is the GNU Public License GPL-2.
A wrapper script for the zram kernel module with interactive and init support.
This is a small helper script to setup a zram device as swap or as a ramdisk.
Also a zsh-completion file and openrc and systemd init-scripts are provided.
To install this script, just copy the content of sbin into root's $PATH.
To obtain support for zsh completion, copy the content of zsh to zsh's $fpath.
For openrc support, the content of openrc should go into /etc
For systemd support, the content of systemd/system should go into
/usr/lib/systemd/system or into /etc/systemd/system and be modified
(and enabled with systemctl enable ...) for the desired setting.
For systemd and optionally also for openrc the content of modprobe.d should go
into /lib/modprobe.d or /etc/modprobe.d and be modified appropriately.
For Gentoo, there is an ebuild in the mv overlay (available by layman).