From 199f168c708fc12a2eb790d98cbe4e05967a3eb9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 29 Apr 2023 12:31:42 +0200 Subject: [PATCH] Add compress mount option to installation guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0e13d..a3153d0 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ On UEFI: Mount the file systems and activate swap: - mount /dev/HOSTNAME-vg/root /mnt + mount -o compress=zstd /dev/HOSTNAME-vg/root /mnt mkdir /mnt/boot mount /dev/sdX2 /mnt/boot swapon /dev/HOSTNAME-vg/swap