From 76db2ce58c627f795461856db43b53e321338936 Mon Sep 17 00:00:00 2001 From: suraj kumar Date: Sun, 2 Aug 2026 14:42:16 +0530 Subject: [PATCH] chore(cockpit): remove temporary NOTE comment after fix applied The NOTE comment was added to flag the wrong packages during investigation. Now that both udisks2 and packagekit have been replaced with there proper cockpit components, the comment is no longer needed and can be safely removed. --- archinstall/default_profiles/servers/cockpit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archinstall/default_profiles/servers/cockpit.py b/archinstall/default_profiles/servers/cockpit.py index 1b3d31f6..1e010d44 100644 --- a/archinstall/default_profiles/servers/cockpit.py +++ b/archinstall/default_profiles/servers/cockpit.py @@ -13,7 +13,6 @@ class CockpitProfile(Profile): @property @override def packages(self) -> list[str]: - # NOTE: udisks2 and packagekit are raw dependenices, not cockpit app components return ['cockpit', 'cockpit-storaged', 'cockpit-packagekit'] @property