From c25fe2191a494e063641ca7f37d0521d1cd0881c Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Fri, 22 May 2026 17:48:20 +0100 Subject: [PATCH] docs(roadmap): drop optional non-LUKS install row Per user decision: not supporting a non-LUKS install path. Removed the Now-column entry and the Pillar 4 bullet that tracked it. FDE stays the only supported install shape. --- docs/ROADMAP.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 7ab369f..e3499c0 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -19,7 +19,6 @@ Guardrails (apply when adding anything): ### Now (ready to pick up) -- **Installer: optional non-LUKS branch.** Let users explicitly opt out of FDE during install. Detail in [Pillar 4](#4-pillar-installer). - **Pillar 8 runtime verification pass.** Every Component 1–10 code sweep has shipped, but each closeout entry flagged behaviour that can only be confirmed on a real install: boot the live ISO and eyeball waybar across panel positions × form factors × all 22 palettes; run every `nomarchy-menu` entry and confirm it does the thing; walk every `nomarchy.*` option's enable→rebuild→observe loop. Run the punch-list, fix any new bugs inline, log structural ones as new roadmap rows. ### Next (bigger lifts that build on Now) @@ -85,7 +84,6 @@ Each PR description should reference the row(s) in `docs/SCRIPTS.md` it closes, ## 4. Pillar: Installer - "What's installed?" summary screen on boot of a freshly-installed system, sourced from `state.json` + `nomarchy-system-scripts` introspection (Shipped). -- Optional non-LUKS branch in the installer for users who explicitly opt out of FDE (Now). - Richer disk metadata (Shipped). - `disko-golden.nix` variants for software-RAID and BTRFS-pool-as-root (Shipped). - Pre-flight resume polish (Shipped).