git.cjennings.net
:
archangel
main
Arch Linux installer ISO — ZFS-on-root or BTRFS, doubles as rescue disk
Craig Jennings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: drop dead variables from lib/config.sh
Craig Jennings
2026-05-14
1
-3
/
+0
*
feat: consolidate zfssnapshot and zfsrollback into one subcommand-driven script
Craig Jennings
2026-04-27
8
-274
/
+573
*
refactor: drop dead configure_luks_grub from Btrfs install path
Craig Jennings
2026-04-27
1
-28
/
+0
*
refactor: extract MNTPOINT constant for the install chroot mount point
Craig Jennings
2026-04-27
5
-131
/
+143
*
refactor: verify GRUB_CMDLINE_LINUX seds via prepend_grub_cmdline_linux helper
Craig Jennings
2026-04-27
5
-3
/
+95
*
refactor: consolidate installer defaults and FILESYSTEM validation into confi...
Craig Jennings
2026-04-27
5
-75
/
+84
*
refactor: collapse sshd_config seds into enable_sshd_root_login
Craig Jennings
2026-04-26
3
-3
/
+92
*
refactor: extract EFI_DIR constant for the install-time EFI mount point
Craig Jennings
2026-04-26
4
-18
/
+36
*
refactor: unify partition_disks across ZFS and Btrfs install paths
Craig Jennings
2026-04-26
4
-187
/
+202
*
fix: clean up partial installs via ERR/INT/TERM trap
Craig Jennings
2026-04-26
2
-0
/
+163
*
test: expand bats coverage across installer modules
Craig Jennings
2026-04-26
6
-15
/
+501
*
refactor: extract get_raid_level fzf preview into raid.sh helper
Craig Jennings
2026-04-26
3
-102
/
+194
*
fix: fail fast on missing ZFSBootMenu efibootmgr entry
Craig Jennings
2026-04-26
3
-10
/
+116
*
fix: don't mask test-install exit codes through tee
Craig Jennings
2026-04-21
1
-1
/
+14
*
fix: cleanup on empty findmnt + stale profiledef entries
Craig Jennings
2026-04-21
1
-3
/
+5
*
fix: verify_rollback sentinel must live on the rolled-back dataset
Craig Jennings
2026-04-21
1
-5
/
+11
*
feat: PrivateTmp=yes drop-in for systemd-tmpfiles on ZFS-root
Craig Jennings
2026-04-21
4
-0
/
+174
*
chore: gitignore .ai/ tooling dir, untrack notes.org
Craig Jennings
2026-04-20
2
-703
/
+1
*
session: overnight refactor + testing infra + 12/12 VM install pass
Craig Jennings
2026-04-13
1
-1
/
+193
*
fix: bump INSTALL_TIMEOUT from 600 to 1800 for kernel 6.18+ DKMS builds
Craig Jennings
2026-04-13
1
-1
/
+4
*
docs: document bats unit tests + sync stale README bits
Craig Jennings
2026-04-13
2
-18
/
+80
*
refactor: decompose install_btrfs into named orchestration stages
Craig Jennings
2026-04-13
3
-62
/
+97
*
refactor: dedupe findmnt invocation in safe_cleanup_work_dir
Craig Jennings
2026-04-13
1
-4
/
+8
*
refactor: merge install_base and install_base_btrfs
Craig Jennings
2026-04-13
3
-69
/
+106
*
refactor: unify get_{luks,zfs}_passphrase and get_root_password
Craig Jennings
2026-04-13
3
-54
/
+70
*
refactor: drop dead mount_efi and select_raid_level from lib/disk.sh
Craig Jennings
2026-04-13
1
-41
/
+0
*
refactor: extract pure RAID logic to lib/raid.sh with bats coverage
Craig Jennings
2026-04-12
3
-6
/
+274
*
test: add bats unit tests for common.sh and config.sh
Craig Jennings
2026-04-12
3
-4
/
+211
*
security: gitignore host configs, add .example templates
Craig Jennings
2026-04-12
3
-0
/
+3
*
refactor: remove dead installer/lib/zfs.sh
Craig Jennings
2026-04-12
2
-378
/
+8
*
fix: drop zroot/tmp dataset and dedup pacman snapshot hook
Craig Jennings
2026-04-12
2
-8
/
+46
*
session: first bare metal install on velox, multiple fixes
Craig Jennings
2026-04-10
3
-0
/
+540
*
fix: add inetutils to installed system packages
Craig Jennings
2026-04-09
1
-0
/
+2
*
fix: use pbkdf2 for LUKS2 containers instead of argon2id
Craig Jennings
2026-04-09
1
-2
/
+5
*
feat: default to no-color output, add --color flag to enable
Craig Jennings
2026-04-09
2
-11
/
+16
*
fix: migrate archzfs repo from stale archzfs.com to GitHub Releases
Craig Jennings
2026-04-09
2
-4
/
+4
*
session: add logo candidates and build new ISO
Craig Jennings
2026-03-28
3
-0
/
+0
*
docs: reorganize README sections to follow logical user journey
Craig Jennings
2026-02-24
1
-161
/
+131
*
docs: add Running Tests section to testing strategy, link from README
Craig Jennings
2026-02-24
2
-1
/
+36
*
docs: move Testing with VMs section above Troubleshooting in README
Craig Jennings
2026-02-24
1
-49
/
+49
*
refactor: rename vm-* Makefile targets to test-* for discoverability
Craig Jennings
2026-02-24
2
-21
/
+21
*
feat: add Makefile targets for manual VM testing
Craig Jennings
2026-02-24
2
-17
/
+53
*
docs: add testing-strategy.org with ZFS encryption notes and test recipe
Craig Jennings
2026-02-24
1
-0
/
+287
*
feat: add ZFS encrypted volume tests (single disk + mirror)
Craig Jennings
2026-02-24
3
-10
/
+110
*
feat: add preflight checks, rename ISO format, use Makefile targets in docs
Craig Jennings
2026-02-23
2
-18
/
+27
*
docs: fix overview paragraph breaks and missing conjunction
Craig Jennings
2026-02-23
1
-1
/
+5
*
docs: use inline code for make build in overview
Craig Jennings
2026-02-23
1
-7
/
+1
*
docs: update README overview wording
Craig Jennings
2026-02-23
1
-12
/
+11
*
chore: remove default Makefile target, update README overview
Craig Jennings
2026-02-23
2
-9
/
+2
*
docs: update README subtitle and fix internal links
Craig Jennings
2026-02-23
1
-1
/
+1
[next]