index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2023-06-21 17:54:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 09:54:42 +0200 |
commit | 885f89c3a15ef9d5ed8711cdb270ed5aea189705 (patch) | |
tree | c33bf97ac4b62b1513699ebeba4e750d29fbe32b /archinstall/lib/disk/encryption_menu.py | |
parent | 4eae8f656f072c2f71e8825519f3eed800e9db37 (diff) |
-rw-r--r-- | archinstall/lib/disk/encryption_menu.py | 2 |
diff --git a/archinstall/lib/disk/encryption_menu.py b/archinstall/lib/disk/encryption_menu.py index 8c64e65e..89eade2b 100644 --- a/archinstall/lib/disk/encryption_menu.py +++ b/archinstall/lib/disk/encryption_menu.py @@ -110,7 +110,7 @@ class DiskEncryptionMenu(AbstractSubMenu): def select_encryption_type(preset: EncryptionType) -> Optional[EncryptionType]: title = str(_('Select disk encryption option')) options = [ - EncryptionType.type_to_text(EncryptionType.Partition) + EncryptionType.type_to_text(EncryptionType.Luks) ] preset_value = EncryptionType.type_to_text(preset) |