Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/cockpit.py
blob: 8a0ede9d2cf7a9d4c49cdb6f68d3eca0ea5f71f8 (plain)
1
2
3
4
5
6
7
8
9
import archinstall

# Define the package list in order for lib to source
# which packages will be installed by this profile
__packages__ = ["cockpit", "udisks2", "packagekit"]

archinstall.storage['installation_session'].add_additional_packages(__packages__)

archinstall.storage['installation_session'].enable_service('cockpit.socket')