From a48ecf044bcfc59da01c804ff683ebe0cd7a20ae Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Sat, 11 Apr 2026 10:04:13 +1000 Subject: [PATCH] Fix encrypted partition selection --- archinstall/lib/disk/encryption_menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/disk/encryption_menu.py b/archinstall/lib/disk/encryption_menu.py index b3950f05d9..925deb0dcd 100644 --- a/archinstall/lib/disk/encryption_menu.py +++ b/archinstall/lib/disk/encryption_menu.py @@ -321,7 +321,7 @@ async def select_partitions_to_encrypt( avail_partitions = [p for p in partitions if not p.exists()] if avail_partitions: - group = MenuItemGroup.from_objects(partitions) + group = MenuItemGroup.from_objects(avail_partitions) group.set_selected_by_value(preset) result = await Table[PartitionModification](