| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add CI/CD test infrastructure | Craig Jennings | 2026-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | - 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 | ||||
| * | Add config file support for unattended installations | Craig Jennings | 2026-01-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | Features: - --config-file option for automated installs - Example config at /root/install-archzfs.conf.example - Validates required fields before install - Config only used when explicitly specified (safety) Bug fixes: - Fix pacstrap hanging on provider prompts (use yes pipe) - Remove fsck from mkinitcpio HOOKS (ZFS doesn't use fsck) - Add hostid support for ZFS boot - Add spl.spl_hostid to kernel command line Documentation: - Comprehensive README.org with 15 sections - Session context tracking file | ||||
| * | Add docs directory | Craig Jennings | 2026-01-17 | 1 | -3/+0 |
| | | | | | Project documentation and workflow definitions. | ||||
| * | Initial commit: archzfs ISO build system | Craig Jennings | 2026-01-17 | 1 | -0/+10 |
| Build scripts for creating custom Arch Linux ISO with ZFS support. Includes installer scripts and VM testing setup. | |||||
