Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
class
MinimalProfile(Profile):
5
def
__init__(self) -> None:
6
super().__init__(
7
'Minimal'
,
8
ProfileType.Minimal,
9
)
Callers
3
perform_installation
Function · 0.90
perform_installation
Function · 0.90
full_automated_installation.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected