diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-23 20:02:02 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-23 20:02:02 -0600 |
| commit | 53e82d802dba330ec8e5a568d6250e04f1193f0c (patch) | |
| tree | f08a315332bbdeb26d475911ddff29e0c5e68f62 /custom/lib/config.sh | |
| parent | d7da1bb62bef40766e117f1c88e854c2eb50f697 (diff) | |
| download | archangel-53e82d802dba330ec8e5a568d6250e04f1193f0c.tar.gz archangel-53e82d802dba330ec8e5a568d6250e04f1193f0c.zip | |
Phase 1.4: Add filesystem selection prompt
- Add FILESYSTEM variable to config (zfs or btrfs)
- Add select_filesystem() function with fzf support
- Update gather_input() to prompt for filesystem in interactive mode
- Add validation for FILESYSTEM in unattended mode
- Btrfs selection errors with "not yet implemented"
- Update banner to show "Archangel" branding
- Update config example with FILESYSTEM option
Groundwork for btrfs support - filesystem choice is now captured,
installation logic gates on FILESYSTEM variable.
Diffstat (limited to 'custom/lib/config.sh')
| -rw-r--r-- | custom/lib/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/lib/config.sh b/custom/lib/config.sh index cec3d8c..38811fa 100644 --- a/custom/lib/config.sh +++ b/custom/lib/config.sh @@ -10,6 +10,7 @@ CONFIG_FILE="" UNATTENDED=false # These get populated by config file or interactive prompts +FILESYSTEM="" # "zfs" or "btrfs" HOSTNAME="" TIMEZONE="" LOCALE="" |
