Skip to content

Commit

Permalink
Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Oct 18, 2024
1 parent 5b84636 commit 3be72b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
bash "Install kernel source" do
user 'root'
code <<-INSTALL_KERNEL_SOURCE
package="#{kernel_source_package}-$#{node['platform_version']}"
package="#{kernel_source_package}"
# try to install kernel source for a specific release version
dnf install -y #{kernel_source_package} --releasever #{node['platform_version']}
Expand Down

0 comments on commit 3be72b0

Please sign in to comment.