We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cabe86 commit 29588faCopy full SHA for 29588fa
1 file changed
archinstall/lib/disk/encryption_menu.py
@@ -321,7 +321,7 @@ async def select_partitions_to_encrypt(
321
avail_partitions = [p for p in partitions if not p.exists()]
322
323
if avail_partitions:
324
- group = MenuItemGroup.from_objects(partitions)
+ group = MenuItemGroup.from_objects(avail_partitions)
325
group.set_selected_by_value(preset)
326
327
result = await Table[PartitionModification](
0 commit comments