From c995e31a81d38f2ee9ee50da43a072625d19e537 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 5 Nov 2021 01:44:47 +0700 Subject: [PATCH] Add mount lvm --- install-archlinux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-archlinux.md b/install-archlinux.md index f2e2f38..172ff3a 100644 --- a/install-archlinux.md +++ b/install-archlinux.md @@ -100,6 +100,9 @@ mount /dev/root_partition /mnt # root with btrfs mount -o compress=zstd /dev/root_partition /mnt +# root on lvm +mount /dev/RootGroup/rootvol /mnt + # efi mkdir /mnt/efi mount /dev/efi_system_partition /mnt/efi