Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rocky9-preconfig-ceph-offline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ houston_configuration() {
echo "Installing Cockpit and Modules"
dnf -y install dnf-plugins-core
crb enable
dnf install -y --nobest cockpit cockpit-benchmark cockpit-bridge cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities cockpit-storaged cockpit-scheduler nano tuned
dnf install -y --nobest cockpit cockpit-benchmark cockpit-bridge cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities cockpit-storaged cockpit-scheduler nano tuned kernel-modules
res=$?
if [[ $res != 0 ]]; then
echo "Error Installing Cockpit"
Expand Down
2 changes: 1 addition & 1 deletion rocky9-preconfig-ceph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ houston_configuration() {
echo "Installing Cockpit and Modules"
dnf -y install dnf-plugins-core
crb enable
dnf install -y cockpit cockpit-bridge cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities cockpit-storaged cockpit-scheduler nano tuned
dnf install -y cockpit cockpit-bridge cockpit-benchmark cockpit-navigator cockpit-file-sharing cockpit-45drives-hardware cockpit-identities cockpit-storaged cockpit-scheduler nano tuned kernel-modules
res=$?
if [[ $res != 0 ]]; then
echo "Error Installing Cockpit"
Expand Down
2 changes: 1 addition & 1 deletion rocky9-preconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ install_zfs() {

echo "Installing dependencies: dkms, kernel headers, ZFS, ZFS-dkms"
dnf install -y epel-release
dnf install -y dkms gcc make perl kernel-devel kernel-headers zfs zfs-dkms
dnf install -y dkms gcc make perl kernel-devel kernel-headers kernel-modules zfs zfs-dkms
res=$?
if [[ $res != 0 ]]; then
echo "ZFS and dependencies install failed"
Expand Down