]> git.openstreetmap.org Git - chef.git/commitdiff
devices: add initramfs-tools dependency
authorGrant Slater <github@firefishy.com>
Mon, 22 Apr 2024 16:52:49 +0000 (17:52 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 23 Apr 2024 10:25:01 +0000 (11:25 +0100)
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"