index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-14 18:35:40 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-05-14 18:35:40 +0200 |
commit | 6e898217eec4d287cb8d8ee4f70720fed6f6b4c7 (patch) | |
tree | 510ddc1ad4d138dd86eff976a38ed1cd7e8a8583 /profiles/applications/cockpit.py | |
parent | 12dc55650d78dc41bbc0ab7013baa7b3ce61ec7c (diff) | |
parent | d0676dfa3daf4f25fad01943fd22b8e3df42e7fb (diff) |
-rw-r--r-- | profiles/applications/cockpit.py | 4 |
diff --git a/profiles/applications/cockpit.py b/profiles/applications/cockpit.py index f1cea1d2..8a0ede9d 100644 --- a/profiles/applications/cockpit.py +++ b/profiles/applications/cockpit.py @@ -4,6 +4,6 @@ import archinstall # which packages will be installed by this profile __packages__ = ["cockpit", "udisks2", "packagekit"] -installation.add_additional_packages(__packages__) +archinstall.storage['installation_session'].add_additional_packages(__packages__) -installation.enable_service('cockpit.socket') +archinstall.storage['installation_session'].enable_service('cockpit.socket') |