Added zram documentation
This commit is contained in:
parent
5d2186485f
commit
3d525056a2
2 changed files with 13 additions and 1 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
# Zram
|
||||||
|
|
||||||
|
Because a Linux system requires swap to function properly install `zram-init`. To keep it simple, it will utilise RAM to store compressed swap.
|
||||||
|
|
||||||
|
Install it with:
|
||||||
|
|
||||||
|
```
|
||||||
|
# apk add zram-init
|
||||||
|
# rc-update add zram-init default
|
||||||
|
```
|
||||||
|
|
||||||
|
Now reboot the computer or restart the service to check if it works.
|
|
@ -38,7 +38,7 @@ nav:
|
||||||
- 'Users': alpine-desktop-setup/post-install/users.md
|
- 'Users': alpine-desktop-setup/post-install/users.md
|
||||||
- 'Nix': alpine-desktop-setup/post-install/nix.md
|
- 'Nix': alpine-desktop-setup/post-install/nix.md
|
||||||
- 'Config files': alpine-desktop-setup/post-install/config-files.md
|
- 'Config files': alpine-desktop-setup/post-install/config-files.md
|
||||||
- 'Zram and swap': alpine-desktop-setup/post-install/zram.md
|
- 'Zram': alpine-desktop-setup/post-install/zram.md
|
||||||
- 'OpenRC': alpine-desktop-setup/post-install/openrc.md
|
- 'OpenRC': alpine-desktop-setup/post-install/openrc.md
|
||||||
- 'Firmware and drivers': alpine-desktop-setup/post-install/drivers.md
|
- 'Firmware and drivers': alpine-desktop-setup/post-install/drivers.md
|
||||||
- 'Secureboot and automatic decryption': alpine-desktop-setup/post-install/automatic-decryption.md
|
- 'Secureboot and automatic decryption': alpine-desktop-setup/post-install/automatic-decryption.md
|
||||||
|
|
Loading…
Reference in a new issue