diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-18 18:53:47 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-18 18:53:47 -0600 |
| commit | 031c6102f42184d8b6614695760fd11249b1c5f2 (patch) | |
| tree | 28580a48617253afc954663f1cef71f8cbd19142 /TODO.org | |
| parent | 3884ae1ef9bfcb5fbd02535d2d69e2d7cacfa4e0 (diff) | |
| download | archangel-031c6102f42184d8b6614695760fd11249b1c5f2.tar.gz archangel-031c6102f42184d8b6614695760fd11249b1c5f2.zip | |
Make ZFS encryption optional with interactive prompt
Add get_encryption_choice() to ask user whether to enable encryption
during interactive install. Remove --no-encrypt CLI flag in favor of
config file NO_ENCRYPT option for unattended installs. Update tests
to rely on config file setting instead of flag.
Also: fix ISO label to ARCHZFS for stable GRUB entries, add TODO items.
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -27,6 +27,16 @@ - Mount dataset for build artifacts and cache - Snapshot before/after builds for easy cleanup +** TODO [#B] Consider Avahi for USB boot disk discoverability +Make the live ISO discoverable on the network by name (e.g., archzfs.local) when booted. +This would make SSH access easier without needing to find the IP address. + +Already have avahi package installed - just need to configure/enable it. + +** TODO [#C] Add date/timestamp to install-archzfs.log +Add a date/timestamp header to /tmp/install-archzfs.log when the installer starts. +This helps identify when an installation was run when reviewing logs later. + ** TODO [#B] Consider adding bootable archzfs ISO to GRUB boot menu Store the archzfs ISO on disk and add a GRUB menu entry to boot it directly - no USB drive needed for recovery/reinstall. |
