Skip to content

Add kernel-modules to preconfig installs#27

Merged
bkelly16 merged 1 commit into
mainfrom
dev-hutch
May 20, 2026
Merged

Add kernel-modules to preconfig installs#27
bkelly16 merged 1 commit into
mainfrom
dev-hutch

Conversation

@Hutch-45D
Copy link
Copy Markdown
Contributor

Include the kernel-modules package in preconfiguration installs. Added kernel-modules to the ZFS/DKMS dependency list in rocky9-preconfig.sh and to the Cockpit package lists in rocky9-preconfig-ceph.sh and rocky9-preconfig-ceph-offline.sh to ensure kernel module support for DKMS/ZFS and related cockpit modules.

Include the kernel-modules package in preconfiguration installs. Added kernel-modules to the ZFS/DKMS dependency list in rocky9-preconfig.sh and to the Cockpit package lists in rocky9-preconfig-ceph.sh and rocky9-preconfig-ceph-offline.sh to ensure kernel module support for DKMS/ZFS and related cockpit modules.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Rocky 9 preconfiguration scripts to ensure kernel-modules is installed as part of preconfig package installs, supporting scenarios that rely on kernel module availability (e.g., DKMS/ZFS and Cockpit-related modules).

Changes:

  • Added kernel-modules to the ZFS/DKMS dependency install list in rocky9-preconfig.sh.
  • Added kernel-modules to Cockpit package install lists in rocky9-preconfig-ceph.sh and rocky9-preconfig-ceph-offline.sh.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
rocky9-preconfig.sh Adds kernel-modules to ZFS dependency installation (plus a small log-message accuracy nit).
rocky9-preconfig-ceph.sh Adds kernel-modules to Cockpit install list for Ceph preconfig.
rocky9-preconfig-ceph-offline.sh Adds kernel-modules to Cockpit install list for offline Ceph preconfig.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread rocky9-preconfig.sh
@@ -151,7 +151,7 @@ install_zfs() {

echo "Installing dependencies: dkms, kernel headers, ZFS, ZFS-dkms"
@bkelly16 bkelly16 merged commit b0a61cb into main May 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants