Fix zram instructions
This commit is contained in:
parent
e541a2c0ae
commit
5564623244
@ -341,15 +341,6 @@ zram-size = ram / 2
|
||||
compression-algorithm = zstd
|
||||
```
|
||||
|
||||
[shroot]
|
||||
|
||||
```
|
||||
systemctl daemon-reload
|
||||
systemctl start systemd-zram-setup@zram<X>.service
|
||||
```
|
||||
|
||||
[/shroot]
|
||||
|
||||
## Bootloader installation
|
||||
|
||||
### rEFInd
|
||||
@ -486,6 +477,21 @@ Uncomment `%wheel ALL=(ALL) ALL`
|
||||
`poweroff`
|
||||
Remove the installation cd
|
||||
|
||||
## Post-reboot
|
||||
|
||||
### Zram
|
||||
|
||||
Create the zram device
|
||||
|
||||
[shroot]
|
||||
|
||||
```
|
||||
systemctl daemon-reload
|
||||
systemctl start systemd-zram-setup@zram[X].service
|
||||
```
|
||||
|
||||
[/shroot]
|
||||
|
||||
## (Snapper) Setup
|
||||
|
||||
`# umount /.snapshots`
|
||||
|
Loading…
Reference in New Issue
Block a user