Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_bootloader
Method · 0.80
from_config
Method · 0.80
_define_menu_options
Method · 0.80
_select_bootloader
Method · 0.80
get_default
Method · 0.80
preview
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected