diff --git a/archinstall/default_profiles/servers/cockpit.py b/archinstall/default_profiles/servers/cockpit.py index 7283bad6..35bf6bef 100644 --- a/archinstall/default_profiles/servers/cockpit.py +++ b/archinstall/default_profiles/servers/cockpit.py @@ -13,6 +13,7 @@ class CockpitProfile(Profile): @property @override def packages(self) -> list[str]: + # NOTE: udisks2 and packagekit are raw dependenices, not cockpit app components return ['cockpit', 'udisks2', 'packagekit'] @property