From 3b7e05dc2acce7e0080d446aa05563ef0eef2ca3 Mon Sep 17 00:00:00 2001 From: curtis-leblanc Date: Fri, 30 Jan 2026 15:39:29 -0400 Subject: [PATCH] Removed cockpit-sosreport from Ubuntu20Preconfig script as package isn't present in focal repo and script would fail as a result. --- ubuntu20-preconfig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu20-preconfig.sh b/ubuntu20-preconfig.sh index ce08aa8..001e6da 100644 --- a/ubuntu20-preconfig.sh +++ b/ubuntu20-preconfig.sh @@ -294,7 +294,7 @@ add_cockpit() { fi apt install -y cockpit cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities \ - cockpit-sosreport realmd tuned udisks2-lvm2 zfs-dkms samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler cockpit-zfs nano tuned + realmd tuned udisks2-lvm2 zfs-dkms samba winbind nfs-kernel-server nfs-client 45drives-tools cockpit-scheduler cockpit-zfs nano tuned res=$? @@ -476,4 +476,4 @@ case $progress in ;; esac -exit 0 \ No newline at end of file +exit 0