Removed file system labels

This commit is contained in:
Tastatur 2023-12-24 13:31:48 +01:00
parent 3dddc0ca65
commit 6fd0ba89bc

View file

@ -53,8 +53,8 @@ Now the home partition fills the entirety of the volume group. These sizes shoul
To create the filesystems on the logical partitions:
```
# mkfs.ext4 -L alpine-root /dev/vg0/alproot
# mkfs.ext4 -L alpine-home /dev/vg0/alphome
# mkfs.ext4 /dev/vg0/alproot
# mkfs.ext4 /dev/vg0/alphome
```
Other filesystems can also be used but `ext4` is the standard for most linux distrobutions.