<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archangel/docs/session-context.org, branch main</title>
<subtitle>Arch Linux installer ISO — ZFS-on-root or BTRFS, doubles as rescue disk
</subtitle>
<id>https://git.cjennings.net/archangel/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/archangel/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/'/>
<updated>2026-01-25T14:34:58+00:00</updated>
<entry>
<title>Remove session-context.org (session complete)</title>
<updated>2026-01-25T14:34:58+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-25T14:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=05546ade97734247a389a7b1252fd2088b1789b3'/>
<id>urn:sha1:05546ade97734247a389a7b1252fd2088b1789b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LUKS testing infrastructure and documentation</title>
<updated>2026-01-25T13:36:24+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-25T13:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=d3d0e8ef4035b7a397ed623a97604679bfd00c47'/>
<id>urn:sha1:d3d0e8ef4035b7a397ed623a97604679bfd00c47</id>
<content type='text'>
- Add setup_luks_testing_keyfile() for automated LUKS testing
- Modify configure_crypttab() and configure_luks_initramfs() for keyfile support
- Fix configure_btrfs_initramfs() to preserve encrypt hook when LUKS enabled
- Add TESTING=yes to LUKS test configs
- Create docs/TESTING-STRATEGY.org documenting testing approach

LUKS automated reboot testing remains a work-in-progress due to
complexity of sending passphrase to initramfs encrypt hook.
Non-LUKS tests all pass: btrfs-single, btrfs-mirror, btrfs-stripe.
</content>
</entry>
<entry>
<title>Add ISO naming task, update session context</title>
<updated>2026-01-25T08:50:51+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-25T08:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=0bfb7ab03a037d688ee5d9161952544b93eaffbf'/>
<id>urn:sha1:0bfb7ab03a037d688ee5d9161952544b93eaffbf</id>
<content type='text'>
- Add TODO for ISO naming convention change (date after project name)
- Update session context with test results:
  - btrfs-single, btrfs-mirror, btrfs-stripe: PASS
  - btrfs-luks, btrfs-mirror-luks: reboot test blocked by passphrase prompt
  - Sync fix validated for non-encrypted btrfs
</content>
</entry>
<entry>
<title>Sync templates, update session context</title>
<updated>2026-01-24T19:00:09+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T19:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=fc11bf6e60fe5e6b53cb87fb5d6c29ac9b00af4d'/>
<id>urn:sha1:fc11bf6e60fe5e6b53cb87fb5d6c29ac9b00af4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix LUKS btrfs installation and reduce ISO size</title>
<updated>2026-01-24T18:23:45+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T18:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=9a9232aeed72e2d319418d06c790620db0db4ad2'/>
<id>urn:sha1:9a9232aeed72e2d319418d06c790620db0db4ad2</id>
<content type='text'>
- Fix GRUB cryptodisk: configure_grub() heredoc was overwriting LUKS
  settings added by configure_luks_grub(). Moved LUKS GRUB config
  (GRUB_ENABLE_CRYPTODISK=y, cryptdevice cmdline) into configure_grub()
  after the heredoc writes the base config.

- Fix ISO bloat: archsetup copy was including vm-images (17GB).
  Changed from cp -r to rsync with exclusions for vm-images,
  test-results, .qcow2, and .iso files. ISO now 2.0GB.

- btrfs-luks VM test now passes.
</content>
</entry>
<entry>
<title>Phase 2.8: Add LUKS encryption for btrfs</title>
<updated>2026-01-24T11:33:13+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T11:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=c55ce46084635c188abb4516ba6ee6eee38dd11d'/>
<id>urn:sha1:c55ce46084635c188abb4516ba6ee6eee38dd11d</id>
<content type='text'>
- Add LUKS functions to btrfs.sh (create/open/close container)
- Add crypttab configuration for boot
- Add encrypt hook to mkinitcpio HOOKS
- Add cryptdevice parameter to GRUB cmdline
- Add get_btrfs_encryption_choice and get_luks_passphrase prompts
- Add LUKS_PASSPHRASE to config variables
- Update show_summary and print_btrfs_summary for encryption status
- Add btrfs-luks.conf test config

VM test pending.
</content>
</entry>
<entry>
<title>Update session context: Phase 2.7 complete</title>
<updated>2026-01-24T11:24:59+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T11:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=e1af2bdaad875dab8661fce03dc6b5adb503d0ff'/>
<id>urn:sha1:e1af2bdaad875dab8661fce03dc6b5adb503d0ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix btrfs bugs from VM testing</title>
<updated>2026-01-24T05:58:07+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T05:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=322cdf56dc984aed4da7166ccfa1990e09445b08'/>
<id>urn:sha1:322cdf56dc984aed4da7166ccfa1990e09445b08</id>
<content type='text'>
- Fix GRUB config path (remove GRUB_BTRFS_GRUB_DIRNAME, use default)
- Create snapper config manually (D-Bus not available in chroot)
- Create genesis snapshot with btrfs command (not snapper)
- Add btrfs-single.conf test config
- Update test-install.sh to copy lib/ directory
- Update test-install.sh to handle btrfs verification

VM test now passes for btrfs single-disk installation.
</content>
</entry>
<entry>
<title>Phase 2.1: Implement btrfs support</title>
<updated>2026-01-24T04:57:21+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T04:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=e6b958f97ecee9d7cd18c6c295e34c34bcdb8bba'/>
<id>urn:sha1:e6b958f97ecee9d7cd18c6c295e34c34bcdb8bba</id>
<content type='text'>
- Create lib/btrfs.sh with full btrfs installation functions
- Subvolume layout matching ZFS datasets (10 subvols)
- Snapper configuration with timeline policy
- GRUB + grub-btrfs for snapshot boot menu
- Update disk.sh for filesystem-aware partition type
- Update archangel with install_btrfs() path
- Update build.sh to include lib/btrfs.sh
- Update plan with Phase 2.7 (test) and 2.8 (LUKS)
</content>
</entry>
<entry>
<title>Update session context: Phase 1 complete</title>
<updated>2026-01-24T02:06:28+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-24T02:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archangel/commit/?id=79f829f25255a06ca44e1860d9ed60837cd40582'/>
<id>urn:sha1:79f829f25255a06ca44e1860d9ed60837cd40582</id>
<content type='text'>
</content>
</entry>
</feed>
