diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-23 02:12:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-23 02:12:45 -0600 |
| commit | 471b39203d1e0bd8d32955782981fbdfb862de01 (patch) | |
| tree | 7befb3d260f343e026133ac0ecf38c3d4bdf7c85 | |
| parent | fe94fde08ebae79283ae8638b08b809499ed8035 (diff) | |
| download | archangel-471b39203d1e0bd8d32955782981fbdfb862de01.tar.gz archangel-471b39203d1e0bd8d32955782981fbdfb862de01.zip | |
Remove session context after wrap-up
| -rw-r--r-- | docs/session-context.org | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/docs/session-context.org b/docs/session-context.org deleted file mode 100644 index 2cf29bd..0000000 --- a/docs/session-context.org +++ /dev/null @@ -1,52 +0,0 @@ -#+TITLE: Session Context -#+DATE: 2026-01-22 - -* Session: Thursday 2026-01-22 21:37 CST - ongoing - -** Current Task -Creating implementation plan to replace GRUB with ZFSBootMenu in install-archzfs. - -** Status -Plan written and updated with research findings. - -** Work Completed This Session - -1. Read protocols.org and NOTES.org -2. Ran session startup workflow -3. Found inbox item: instructions.txt (AMD GPU fix guide from earlier session) -4. Created detailed ZFSBootMenu implementation plan -5. Researched 5 comparable open-source projects: - - eoli3n/archiso-zfs + arch-config - - PandaScience/arch-on-zfs - - sandreas/zarch - - danboid/ALEZ - - danfossi/Arch-ZFS-Root-Installation-Script -6. Updated plan with best practices from research - -** Key Corrections from Research - -CRITICAL: The original plan incorrectly proposed creating a /boot dataset. -All researched projects agree: /boot must be a DIRECTORY inside ROOT/default, -NOT a separate ZFS dataset. This ensures snapshots include the kernel. - -Other improvements adopted: -- Set org.zfsbootmenu:commandline on ROOT parent (not ROOT/default) for inheritance -- Add ZFSBootMenu EFI parameters: zbm.timeout, zbm.prefer, zbm.import_policy -- Copy hostid to installed system -- Set bootfs pool property - -** Files Created/Modified - -- PLAN-zfsbootmenu-implementation.org - Main implementation plan (project root) -- docs/session-context.org - This file - -** Inbox Status - -1 item pending: instructions.txt (AMD GPU fix guide) -- Recommendation: file to docs/2026-01-22-ratio-amd-gpu-freeze-fix-instructions.org - -** Next Steps - -1. File inbox item (instructions.txt) -2. Decide whether to implement the ZFSBootMenu plan now or later -3. If implementing: create git branch, follow plan steps, test |
