diff --git a/Thinkpad P53.md b/Thinkpad P53.md index 5034db4..77993b3 100644 --- a/Thinkpad P53.md +++ b/Thinkpad P53.md @@ -189,3 +189,15 @@ Unlock the second partition
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.