Wrong naming

This commit is contained in:
Tastatur 2024-01-01 21:10:41 +01:00
parent 11c11f2501
commit c933fe1582

View file

@ -48,7 +48,7 @@ To create partitions inside the volume group:
# lvcreate --name alp_var -L 8G vg<n>
# lvcreate --name alp_tmp -L 16G vg<n>
# lvcreate --name alp_nix -L 32G vg<n>
# lvcreate --name nix_home -l 100%FREE vg<n>
# lvcreate --name alp_home -l 100%FREE vg<n>
```
Now the home partition fills the entirety of the volume group. These sizes should be changed depending on the needs of the user.