fix(cockpit): install app componets instead of dependencies - closes #4688

Summary of what was done and why:

The cockpit profile in archinstall was listing udisks2 and packagekit
as explicit packages. These are low-level backend dependenices and not
cockpit-specific UI components.

The Arch Linux cockpit package was split upstream (see the packaging
repo commit and cockpit-project/cockpit#19315), introducing dedicated
cockpit app components:
  - cockpit-storaged  (replaces udisks2)
  - cockpit-packagekit (replaces packagekit)

Installing the app components is the correct way to get the Cockpit
UI panels for storage and software management, as documented on:
  https://wiki.archlinux.org/title/Cockpit

Without this fix, users would get the raw backend packages without
the actual Cockpit UI panels, making the web interface incomplete.
This commit is contained in:
suraj kumar 2026-08-02 14:42:50 +05:30
parent 76db2ce58c
commit cec66db4ba

Diff Content Not Available