From e666c734fae0c649f94c1b15f2d5a9ea5b82daf0 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 3 Jun 2021 15:25:17 +0200 Subject: [PATCH] Clarify zfs_centric description --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d46a1e8..04c3a9d 100755 --- a/configure +++ b/configure @@ -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)"