Skip to content

Commit

Permalink
removed cockpit-zfs-manager from being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Nov 26, 2024
1 parent 17c4493 commit 98f8b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocky-preconfig-offline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ houston_configuration() {
echo "Installing Cockpit and Modules"
dnf -y install dnf-plugins-core
dnf config-manager --set-enabled powertools
dnf install -y cockpit cockpit-pcp cockpit-zfs-manager cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-machines \
dnf install -y cockpit cockpit-pcp cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-machines \
cockpit-sosreport cockpit-storaged cockpit-scheduler cockpit-zfs
res=$?
if [[ $res != 0 ]]; then
Expand Down

0 comments on commit 98f8b98

Please sign in to comment.