Compare commits

..

2 commits

2 changed files with 13 additions and 1 deletions

View file

@ -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.

View file

@ -42,7 +42,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