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

Method display_msg

archinstall/lib/models/network.py:18–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 MANUAL = 'manual'
17
18 def display_msg(self) -> str:
19 match self:
20 case NicType.ISO:
21 return tr('Copy ISO network configuration to installation')
22 case NicType.NM:
23 return tr('Use Network Manager (default backend)')
24 case NicType.NM_IWD:
25 return tr('Use Network Manager (iwd backend)')
26 case NicType.IWD:
27 return tr('Use standalone iwd')
28 case NicType.MANUAL:
29 return tr('Manual configuration')
30
31
32class _NicSerialization(TypedDict):

Callers 8

_prev_network_configMethod · 0.45
_prev_disk_configMethod · 0.45
select_networkFunction · 0.45
_prev_disk_layoutsMethod · 0.45
_prev_lvm_configMethod · 0.45
select_disk_configFunction · 0.45
select_lvm_configFunction · 0.45
summaryMethod · 0.45

Calls 1

trFunction · 0.90

Tested by

no test coverage detected