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