| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Avahi mDNS validation to test scripts | Craig Jennings | 2026-01-20 | 1 | -0/+14 |
| | | | | | | | | | | | sanity-test.sh (live ISO): - Check avahi-daemon is enabled - Check avahi-daemon is running test-install.sh (installed system): - Check avahi and nss-mdns packages installed - Check avahi-daemon service enabled | ||||
| * | Include timestamp in install-archzfs log filename | Craig Jennings | 2026-01-18 | 1 | -2/+2 |
| | | |||||
| * | Make ZFS encryption optional with interactive prompt | Craig Jennings | 2026-01-18 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
| * | Add CI/CD test infrastructure | Craig Jennings | 2026-01-18 | 1 | -0/+459 |
| - Add Makefile with targets: all, test, test-unit, test-install, build, release, clean, lint - Add test-install.sh for automated VM installation testing - Add test configs: single-disk, mirror, raidz1, no-ssh, custom-locale - Add test-logs/ to .gitignore - Uses sshpass for SSH authentication to live ISO - Copies latest install-archzfs to VM before testing (allows testing without rebuild) - Supports --list to show available configs | |||||
