Add mount lvm
parent
2a3f2cf3e0
commit
c995e31a81
|
@ -100,6 +100,9 @@ mount /dev/root_partition /mnt
|
||||||
# root with btrfs
|
# root with btrfs
|
||||||
mount -o compress=zstd /dev/root_partition /mnt
|
mount -o compress=zstd /dev/root_partition /mnt
|
||||||
|
|
||||||
|
# root on lvm
|
||||||
|
mount /dev/RootGroup/rootvol /mnt
|
||||||
|
|
||||||
# efi
|
# efi
|
||||||
mkdir /mnt/efi
|
mkdir /mnt/efi
|
||||||
mount /dev/efi_system_partition /mnt/efi
|
mount /dev/efi_system_partition /mnt/efi
|
||||||
|
|
Loading…
Reference in New Issue