]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/devices/recipes/default.rb
devices: add initramfs-tools dependency
[chef.git] / cookbooks / devices / recipes / default.rb
index d92bd025994c06a6ef082b8a6293885b67c95f84..9bcaf898f07a8d166d76b6705ec1383e32526a71 100644 (file)
@@ -44,6 +44,8 @@ template "/etc/modprobe.d/nvme.conf" do
   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"