From 94af83c1c8446ef1a564cff8aec5487afa47693e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 05:33:13 -0600 Subject: Phase 2.8: Add LUKS encryption for btrfs - 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. --- custom/lib/config.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'custom/lib/config.sh') diff --git a/custom/lib/config.sh b/custom/lib/config.sh index 38811fa..358a5f4 100644 --- a/custom/lib/config.sh +++ b/custom/lib/config.sh @@ -21,6 +21,7 @@ WIFI_SSID="" WIFI_PASSWORD="" ENCRYPTION_ENABLED=false ZFS_PASSPHRASE="" +LUKS_PASSPHRASE="" ROOT_PASSWORD="" SSH_ENABLED=false SSH_KEY="" -- cgit v1.2.3