Add compress mount option to installation guide
This commit is contained in:
parent
4880116919
commit
199f168c70
|
@ -93,7 +93,7 @@ On UEFI:
|
||||||
|
|
||||||
Mount the file systems and activate swap:
|
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
|
mkdir /mnt/boot
|
||||||
mount /dev/sdX2 /mnt/boot
|
mount /dev/sdX2 /mnt/boot
|
||||||
swapon /dev/HOSTNAME-vg/swap
|
swapon /dev/HOSTNAME-vg/swap
|
||||||
|
|
Loading…
Reference in a new issue