diff --git a/README.md b/README.md index 5721e9f..b110908 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ On MBR: Format encrypted partition and open it: cryptsetup luksFormat --type luks2 /dev/nvmeXnYp2 - cryptsetup open --type luks2 /dev/nvmeXnYp2 HOSTNAME-pv + cryptsetup open /dev/nvmeXnYp2 HOSTNAME-pv Create LVM (replace `8G` with desired swap size): @@ -93,7 +93,7 @@ On MBR: 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/nvmeXnYp1 /mnt/boot swapon /dev/HOSTNAME-vg/swap