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 | 239536ce0722c2da81760a223e5bd526fcc67184 (patch) | |
| tree | ccf313126ed339f4d3f971f70976dca20b221886 /custom/lib/common.sh | |
| parent | 746102d097bd4f2099cd79180613351e797ec9c5 (diff) | |
| download | archangel-239536ce0722c2da81760a223e5bd526fcc67184.tar.gz archangel-239536ce0722c2da81760a223e5bd526fcc67184.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/common.sh')
| -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 |
