diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 11:37:06 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 11:37:06 -0600 |
| commit | c288a4f5dcf83c54de287af2640923c458fc85d6 (patch) | |
| tree | 63e1c1997fa4b910e49bbb247c95c335ee3c55b9 /custom/lib | |
| parent | 05546ade97734247a389a7b1252fd2088b1789b3 (diff) | |
| download | archangel-c288a4f5dcf83c54de287af2640923c458fc85d6.tar.gz archangel-c288a4f5dcf83c54de287af2640923c458fc85d6.zip | |
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
Diffstat (limited to 'custom/lib')
| -rw-r--r-- | custom/lib/common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
