Skip to content
forked from vaeth/zram-init

A wrapper script for the zram linux kernel module with zsh and openrc support

Notifications You must be signed in to change notification settings

qupada/zram-init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(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).

About

A wrapper script for the zram linux kernel module with zsh and openrc support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 73.4%
  • JavaScript 26.6%