MCPcopy Create free account
hub / github.com/archlinux/archinstall / has_uki_support

Method has_uki_support

archinstall/lib/models/bootloader.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 Refind = 'Refind'
18
19 def has_uki_support(self) -> bool:
20 return self != Bootloader.NO_BOOTLOADER
21
22 def has_removable_support(self) -> bool:
23 match self:

Callers 6

add_bootloaderMethod · 0.80
from_configMethod · 0.80
_define_menu_optionsMethod · 0.80
_select_bootloaderMethod · 0.80
get_defaultMethod · 0.80
previewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected