| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix: correct broken shebangs in zfssnapshot and zfsrollback | Craig Jennings | 2026-02-22 | 2 | -2/+2 |
| * | remove skeleton archsetup-zfs script | Craig Jennings | 2026-02-22 | 1 | -438/+0 |
| * | fix: archzfs key prompt hang, test false positive, add local distribution | Craig Jennings | 2026-02-12 | 1 | -11/+5 |
| * | refactor: rename archzfs to archangel, simplify build-release | Craig Jennings | 2026-01-31 | 1 | -4/+4 |
| * | refactor: remove archsetup references, make installer standalone | Craig Jennings | 2026-01-25 | 2 | -20/+7 |
| * | Add LUKS testing infrastructure and documentation | Craig Jennings | 2026-01-25 | 2 | -5/+64 |
| * | Update test config and documentation | Craig Jennings | 2026-01-25 | 1 | -2/+22 |
| * | Fix GRUB boot for btrfs with subvolumes | Craig Jennings | 2026-01-25 | 1 | -11/+21 |
| * | Fix LUKS encryption for btrfs (single and multi-disk) | Craig Jennings | 2026-01-24 | 1 | -13/+13 |
| * | Phase 3: Add multi-disk btrfs support (RAID0/RAID1) | Craig Jennings | 2026-01-24 | 2 | -37/+322 |
| * | Fix LUKS btrfs installation and reduce ISO size | Craig Jennings | 2026-01-24 | 1 | -1/+23 |
| * | Phase 2.8: Add LUKS encryption for btrfs | Craig Jennings | 2026-01-24 | 3 | -8/+186 |
| * | Fix btrfs GRUB boot and snapper firstboot | Craig Jennings | 2026-01-24 | 1 | -84/+93 |
| * | Fix btrfs bugs from VM testing | Craig Jennings | 2026-01-23 | 1 | -19/+35 |
| * | Phase 2.1: Implement btrfs support | Craig Jennings | 2026-01-23 | 3 | -15/+584 |
| * | Phase 1.5: Rename to archangel | Craig Jennings | 2026-01-23 | 2 | -8/+10 |
| * | Phase 1.4: Add filesystem selection prompt | Craig Jennings | 2026-01-23 | 4 | -12/+82 |
| * | Fix set -e compatibility in lib functions | Craig Jennings | 2026-01-23 | 4 | -11/+17 |
| * | Phase 1.1: Create lib/ directory structure for archangel refactor | Craig Jennings | 2026-01-23 | 5 | -81/+826 |
| * | Replace GRUB with ZFSBootMenu bootloader | Craig Jennings | 2026-01-22 | 7 | -547/+102 |
| * | Fix ratio boot issues: firmware, mkinitcpio, and document ZFS rollback dangers | Craig Jennings | 2026-01-22 | 1 | -0/+26 |
| * | Fix ZFS boot failures: service conflicts, cachefile, and GRUB duplicate root | Craig Jennings | 2026-01-21 | 1 | -3/+10 |
| * | Use zfs-import-scan instead of zfs-import-cache for boot | Craig Jennings | 2026-01-21 | 1 | -12/+7 |
| * | Fix ZFS boot failure: set cachefile property after pool creation | Craig Jennings | 2026-01-20 | 1 | -0/+7 |
| * | Add Avahi mDNS to installed systems for network discovery | Craig Jennings | 2026-01-19 | 1 | -0/+3 |
| * | Fix hostid mismatch bug that prevented booting installed systems | Craig Jennings | 2026-01-19 | 1 | -8/+10 |
| * | Add Avahi mDNS for easy SSH access, fix ISP firmware path | Craig Jennings | 2026-01-19 | 1 | -1/+3 |
| * | Add wireless-regdb for proper WiFi regulatory compliance | Craig Jennings | 2026-01-19 | 1 | -1/+2 |
| * | Add AMD ISP firmware to initramfs for APUs with cameras | Craig Jennings | 2026-01-19 | 1 | -0/+17 |
| * | Fix journald on ZFS: wait for mounts, enable persistent storage | Craig Jennings | 2026-01-19 | 1 | -0/+17 |
| * | Add wget to target system packages | Craig Jennings | 2026-01-19 | 1 | -1/+2 |
| * | Add comprehensive installation tests and ZFS script deployment | Craig Jennings | 2026-01-19 | 1 | -2/+7 |
| * | Fix zfsrollback to process children before parents | Craig Jennings | 2026-01-19 | 1 | -2/+3 |
| * | Fix grub-zfs-snap command substitution syntax error | Craig Jennings | 2026-01-19 | 1 | -1/+1 |
| * | Increase fzf height in zfsrollback to 70% | Craig Jennings | 2026-01-19 | 1 | -3/+3 |
| * | Add fzf to target system packages | Craig Jennings | 2026-01-19 | 1 | -1/+2 |
| * | Add zfssnapshot and zfsrollback scripts to ISO | Craig Jennings | 2026-01-19 | 2 | -0/+294 |
| * | Add eBPF tracing tools and w3m terminal browser | Craig Jennings | 2026-01-19 | 1 | -0/+158 |
| * | Fix EFI_PART typo causing empty UUID in fstab | Craig Jennings | 2026-01-18 | 1 | -1/+1 |
| * | Remove autodetect hook from mkinitcpio for bare metal compatibility | Craig Jennings | 2026-01-18 | 1 | -2/+4 |
| * | Include timestamp in install-archzfs log filename | Craig Jennings | 2026-01-18 | 1 | -1/+1 |
| * | Add timestamp header to install-archzfs.log | Craig Jennings | 2026-01-18 | 1 | -0/+7 |
| * | Make ZFS encryption optional with interactive prompt | Craig Jennings | 2026-01-18 | 2 | -11/+43 |
| * | Add utility tools and rescue guide documentation | Craig Jennings | 2026-01-18 | 1 | -0/+355 |
| * | Add network diagnostics tools and rescue guide documentation | Craig Jennings | 2026-01-18 | 1 | -9/+342 |
| * | Add disk, network, and encryption tools with rescue guide sections | Craig Jennings | 2026-01-18 | 1 | -2/+685 |
| * | Add hardware diagnostics tools and rescue guide section | Craig Jennings | 2026-01-18 | 1 | -1/+209 |
| * | Add Windows recovery tools and rescue guide section | Craig Jennings | 2026-01-18 | 1 | -1/+228 |
| * | Add boot repair tools and rescue guide section | Craig Jennings | 2026-01-18 | 1 | -1/+217 |
| * | Add data recovery tools and rescue guide section | Craig Jennings | 2026-01-18 | 1 | -1/+189 |