| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reviewed https://github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs
and extracted valuable ideas for our project:
Priority A:
- ZFSBootMenu integration (alternative boot manager for ZFS)
Priority B:
- Docker/Podman container support for builds
- Arch Linux Archive snapshot support (version pinning)
- Build logging with tee
Priority C:
- Multi-variant ISO builds (kernel/DKMS options)
- Pre-clone tools and documentation
- Environment file configuration (.env pattern)
- Dry-run mode for build.sh
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- Mark recovery tools task as DONE in TODO.org
- Update session context with completed work
- Add session history entry to NOTES.org
|
| | |
|
| |
|
|
|
|
|
| |
Research from SystemRescue, Hiren's BootCD, and other rescue distros.
Categories: data recovery, disk cloning, Windows recovery, filesystem,
hardware diagnostics, network, security, boot repair, file management,
remote access, monitoring, and GUI tools.
|
| |
|
|
|
| |
- Add config file information to README - DONE
- Add CI/CD test infrastructure - DONE (Makefile, test-install.sh, test configs)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Mark README documentation task as complete in TODO.org
- Add config file documentation task
- Update session-context.org with bugs found and fixed
- Remove VM binary files from git tracking
Testing completed:
- 2-disk mirror: PASSED
- 2-disk stripe: PASSED
- Single disk: PASSED
|
| |
|
|
|
|
|
| |
- Add comprehensive README.org documentation task (priority A)
- Add CI/CD pipeline task with TrueNAS focus (priority B)
- Move completed fzf task to Resolved
- Cancel dialog-based interface task (using fzf instead)
|
| |
|
|
|
|
|
|
|
|
| |
- Timezone: fuzzy search with current time preview
- Locale: fuzzy search with format examples
- Keymap: fuzzy search with layout info
- Disk selection: multi-select with disk details preview
- RAID level: explanatory preview with capacity calculations
Provides consistent, searchable interface with inline documentation.
|
| |
|