mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-12-31 03:11:34 -05:00
Add BTRFS optimizations
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
97851bb2b7
commit
049579f03d
@ -189,3 +189,15 @@ Unlock the second partition <br />
|
|||||||
Btrfs subvolumes -> create new -> name root, mountpoint /
|
Btrfs subvolumes -> create new -> name root, mountpoint /
|
||||||
|
|
||||||
Finish the rest of the installation as normal.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user