From 239536ce0722c2da81760a223e5bd526fcc67184 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 11:37:06 -0600 Subject: refactor: remove archsetup references, make installer standalone - Remove copy_archsetup function and calls from ZFS/Btrfs paths - Update SSH hardening messages to generic advice - Change sanoid references to tips without archsetup dependency - Improve filesystem dialog descriptions --- custom/lib/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/lib') diff --git a/custom/lib/common.sh b/custom/lib/common.sh index c271aec..3af5707 100644 --- a/custom/lib/common.sh +++ b/custom/lib/common.sh @@ -110,8 +110,8 @@ select_filesystem() { step "Select Filesystem" local options=( - "ZFS - Native encryption, best data integrity (recommended)" - "Btrfs - Native Linux, GRUB snapshot boot" + "ZFS - Built-in encryption, best data integrity (recommended)" + "Btrfs - Copy-on-write, LUKS encryption, GRUB snapshot boot" ) local selected -- cgit v1.2.3