mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2025-01-08 15:11:59 -05:00
Mention LUKS Discard on Quality of Life
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
89f8423646
commit
cbadeb7851
@ -1,5 +1,13 @@
|
|||||||
## Quality of Life
|
## Quality of Life
|
||||||
|
|
||||||
|
### LUKS Discard
|
||||||
|
|
||||||
|
By default, Qubes does not use discard with a LUKS volume. To enable discard, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo cryptsetup --allow-discards --persistent refresh LUKS-UUID-HERE
|
||||||
|
```
|
||||||
|
|
||||||
### S0ix sleep
|
### S0ix sleep
|
||||||
|
|
||||||
On certain hardware like the Thinkpad T14 Gen 1, you need to enable s0ix sleep support for suspension to work correctly. Use the following command:
|
On certain hardware like the Thinkpad T14 Gen 1, you need to enable s0ix sleep support for suspension to work correctly. Use the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user