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 425ca5f commit ab2e9abCopy full SHA for ab2e9ab
2 files changed
archinstall/lib/disk/encryption_menu.py
@@ -67,7 +67,7 @@ def _define_menu_options(self) -> list[MenuItem]:
67
),
68
MenuItem(
69
text=tr('Iteration time'),
70
- action=lambda x: select_iteration_time(x),
+ action=select_iteration_time,
71
value=self._enc_config.iter_time,
72
dependencies=[self._check_dep_enc_type],
73
preview_action=self._preview,
archinstall/lib/models/device_model.py
@@ -21,6 +21,7 @@
21
ENC_IDENTIFIER = 'ainst'
22
DEFAULT_ITER_TIME = 10000
23
24
+
25
class DiskLayoutType(Enum):
26
Default = 'default_layout'
27
Manual = 'manual_partitioning'
0 commit comments