Do not enable UKI at archinstall start if using BIOS (#3208)

This commit is contained in:
mintsuki 2025-03-02 00:38:38 +01:00 committed by GitHub
parent 645e8d0144
commit 98d604d097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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',