Skip to content

Commit

Permalink
devices: add initramfs-tools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Apr 23, 2024
1 parent 071a853 commit e59e9a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbooks/devices/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
only_if { ::File.exist?("/sys/module/nvme/parameters/poll_queues") }
end

package "initramfs-tools"

execute "update-initramfs" do
action :nothing
command "/usr/sbin/update-initramfs -u"
Expand Down

0 comments on commit e59e9a3

Please sign in to comment.