readme: Apply small updates to install commands

They don’t change much (if at all), but it makes the installation guide
more streamlined.
nazuna
Simon Bruder 2023-07-01 12:01:36 +02:00
parent bab7d82373
commit 9039e60225
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

@ -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