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

Class MinimalProfile

archinstall/default_profiles/minimal.py:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class MinimalProfile(Profile):
5 def __init__(self) -> None:
6 super().__init__(
7 'Minimal',
8 ProfileType.Minimal,
9 )

Callers 3

perform_installationFunction · 0.90
perform_installationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected