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

Class LvmLayoutType

archinstall/lib/models/device.py:1079–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077
1078
1079class LvmLayoutType(Enum):
1080 Default = 'default'
1081
1082 # Manual = 'manual_lvm'
1083
1084 def display_msg(self) -> str:
1085 match self:
1086 case LvmLayoutType.Default:
1087 return tr('Default layout')
1088
1089
1090class _LvmVolumeGroupSerialization(TypedDict):

Callers 1

parse_argMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected