https://github.com/archlinux/archinstall/blob/d43da6a1c2bc726c9a5dab86e220bd7ee175150b/archinstall/default_profiles/servers/cockpit.py#L15-L16 According to https://wiki.archlinux.org/title/Cockpit and the [`cockpit` package page](https://archlinux.org/packages/extra/x86_64/cockpit/): - [`cockpit-storaged`](https://archlinux.org/packages/extra/x86_64/cockpit-storaged/) should be installed instead of `udisks2` - [`cockpit-packagekit`](https://archlinux.org/packages/extra/x86_64/cockpit-packagekit/) should be installed instead of `packagekit` The components were split in https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/1f0124c51f3951a4bd930d9028dca1702797be60 and ref https://github.com/cockpit-project/cockpit/pull/19315. Might be related to #4385.
archinstall/archinstall/default_profiles/servers/cockpit.py
Lines 15 to 16 in d43da6a
According to https://wiki.archlinux.org/title/Cockpit and the
cockpitpackage page:cockpit-storagedshould be installed instead ofudisks2cockpit-packagekitshould be installed instead ofpackagekitThe components were split in https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/1f0124c51f3951a4bd930d9028dca1702797be60 and ref cockpit-project/cockpit#19315.
Might be related to #4385.