1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-12-21 22:51:33 -05:00

Add BTRFS optimizations

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-12-19 06:45:50 -07:00 committed by GitHub
parent 97851bb2b7
commit 049579f03d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,3 +189,15 @@ Unlock the second partition <br />
Btrfs subvolumes -> create new -> name root, mountpoint /
Finish the rest of the installation as normal.
## Post install
### BTRFS optimizations
Edit /etc/fstab and add the following options for the / mountpoint:
```
ssd,noatime,compress=zstd
```
Reboot to apply the optimizations.