Add cockpit application package
This commit is contained in:
parent
a739326be4
commit
89bc10ad9a
|
|
@ -0,0 +1,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"]
|
||||||
|
|
||||||
|
installation.add_additional_packages(__packages__)
|
||||||
|
|
||||||
|
installation.enable_service('cockpit.socket')
|
||||||
Loading…
Reference in New Issue