Do not enable UKI at archinstall start if using BIOS (#3208)
This commit is contained in:
parent
645e8d0144
commit
98d604d097
|
|
@ -112,6 +112,7 @@ class GlobalMenu(AbstractMenu):
|
|||
MenuItem(
|
||||
text=str(_('Unified kernel images')),
|
||||
value=False,
|
||||
enabled=SysInfo.has_uefi(),
|
||||
action=ask_for_uki,
|
||||
preview_action=self._prev_uki,
|
||||
key='uki',
|
||||
|
|
|
|||
Loading…
Reference in New Issue