From 33ab3dba2cdba0c94f8dde7b421a2a2b0ec8dae3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 14:28:51 -0600 Subject: Phase 3: Add multi-disk btrfs support (RAID0/RAID1) - RAID1 (mirror) and RAID0 (stripe) for 2+ disks - Multi-disk LUKS with single passphrase prompt - EFI redundancy: GRUB installed on all disks - Pacman hook syncs GRUB updates across EFI partitions - btrfs initramfs hook for multi-device assembly at boot --- todo.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'todo.org') diff --git a/todo.org b/todo.org index e068091..95c9572 100644 --- a/todo.org +++ b/todo.org @@ -816,3 +816,8 @@ Also includes header with start time inside the log file. CLOSED: [2026-01-18 Sat] Make the ISO double as a general-purpose recovery disk. See custom/RESCUE-GUIDE.txt for comprehensive documentation of all tools. + +** TODO [#C] Consider adding btrfs RAID10 support +Multi-disk btrfs currently only supports RAID1 (mirror). +RAID10 (striped mirrors) would require 4+ disks but offers better performance. +Evaluate if there are real use cases before implementing. -- cgit v1.2.3