From 9039e602257dc11b8c1029d292104de9f28cf97c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 1 Jul 2023 12:01:36 +0200 Subject: [PATCH] readme: Apply small updates to install commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They don’t change much (if at all), but it makes the installation guide more streamlined. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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