mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-28 08:24:07 -04:00
Add BTRFS optimizations
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
97851bb2b7
commit
049579f03d
1 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue