Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / cockpit
Commits: 1ce99ce5 by Jelle van der Waa at 2026-01-12T10:06:04+01:00 Don't package kdump page Arch Linux currently does not offer a way to setup kdump. A future possibility would be kdumpst. https://blogs.igalia.com/gpiccoli/2024/07/presenting-kdumpst-or-how-to-collect-kernel-crash-logs-on-arch-linux/ - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -80,6 +80,10 @@ package_cockpit() { rm -rf "$pkgdir"/usr/share/cockpit/{apps,packagekit,storaged} \ "$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml + # Arch lacks the necessary kdump packages and grub infra + rm -rf "$pkgdir"/usr/share/cockpit/kdump \ + "$pkgdir"/usr/share/metainfo/org.cockpit_project.cockpit_kdump.metainfo.xml + # Disallow root login by default printf "# List of users which are not allowed to login to Cockpit\nroot\n" > "$pkgdir"/etc/cockpit/disallowed-users chmod 644 "$pkgdir"/etc/cockpit/disallowed-users View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/1ce99ce58cd5e212e87436ca61aec58bc6c8ae86 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/1ce99ce58cd5e212e87436ca61aec58bc6c8ae86 You're receiving this email because of your account on gitlab.archlinux.org.
