Add mount lvm

main
sudo pacman -Syu 2021-11-05 01:44:47 +07:00
parent 2a3f2cf3e0
commit c995e31a81
1 changed files with 3 additions and 0 deletions

View File

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