Skip to content

Commit a7b79de

Browse files
authored
Merge pull request #20 from 45Drives/dev-keo
moves zfs-dkms installation command
2 parents 2dde52d + d1bb761 commit a7b79de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rocky9-preconfig.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ install_zfs() {
149149
# Enable the zfs repo if not already
150150
dnf config-manager --set-enabled zfs
151151

152-
echo "Installing dependencies: dkms, kernel headers, ZFS"
152+
echo "Installing dependencies: dkms, kernel headers, ZFS, ZFS-dkms"
153153
dnf install -y epel-release
154-
dnf install -y dkms gcc make perl kernel-devel kernel-headers zfs
154+
dnf install -y dkms gcc make perl kernel-devel kernel-headers zfs zfs-dkms
155155
res=$?
156156
if [[ $res != 0 ]]; then
157157
echo "ZFS and dependencies install failed"
@@ -195,7 +195,7 @@ houston_configuration() {
195195
crb enable
196196
dnf install -y \
197197
cockpit cockpit-benchmark cockpit-navigator cockpit-file-sharing \
198-
cockpit-45drives-hardware cockpit-identities cockpit-bridge cockpit-storaged cockpit-scheduler cockpit-zfs zfs zfs-dkms nano tuned
198+
cockpit-45drives-hardware cockpit-identities cockpit-bridge cockpit-storaged cockpit-scheduler cockpit-zfs nano tuned
199199
res=$?
200200
if [[ $res != 0 ]]; then
201201
echo "Error Installing Cockpit"

0 commit comments

Comments
 (0)