Clarify zfs_centric description

This commit is contained in:
oddlama 2021-06-03 15:25:17 +02:00
parent 63025e83a4
commit e666c734fa
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -177,7 +177,7 @@ ALL_GENTOO_ARCHS=("x86" "amd64" "arm" "arm64")
ALL_PARTITIONING_SCHEMES=(
"classic_single_disk" "Classic single disk layout (boot, swap, root)"
"zfs_centric" "ZFS centric (optional raid0/1 and encryption via zfs)"
"zfs_centric" "ZFS centric (optional ZFS compression and encryption)"
"btrfs_centric" "Btrfs centric (optional raid0/1 via btrfs)"
"raid0_luks" "Raid0 (N>=2 disks) and luks for root"
"custom" "Custom (edit the config manually later)"