Compare commits

..

No commits in common. "a946c5d4f14edff792d0054ebb97863e69ee3dea" and "e95db086fcf567a11669d9b2c56b8f3a42ff137f" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View file

@ -1,12 +0,0 @@
# 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
- 'Nix': alpine-desktop-setup/post-install/nix.md
- 'Config files': alpine-desktop-setup/post-install/config-files.md
- 'Zram': alpine-desktop-setup/post-install/zram.md
- 'Zram and swap': alpine-desktop-setup/post-install/zram.md
- 'OpenRC': alpine-desktop-setup/post-install/openrc.md
- 'Firmware and drivers': alpine-desktop-setup/post-install/drivers.md
- 'Secureboot and automatic decryption': alpine-desktop-setup/post-install/automatic-decryption.md