Add compress mount option to installation guide

This commit is contained in:
Simon Bruder 2023-04-29 12:31:42 +02:00
parent 4880116919
commit 199f168c70
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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