aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-configs/btrfs-mirror-luks.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add LUKS testing infrastructure and documentationCraig Jennings2026-01-251-0/+3
| | | | | | | | | | | | - 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.
* Fix LUKS encryption for btrfs (single and multi-disk)Craig Jennings2026-01-241-0/+15
- Use -d - flag for cryptsetup stdin key input (matches easy-arch) - Change ((i++)) to ((++i)) to avoid set -e exit on 0 increment - Add btrfs-mirror-luks test config - Update status protocol with sound notifications