]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
hardware: Add initramfs-tools dependency
[chef.git] / cookbooks / hardware / recipes / default.rb
index a62288f22b98c78074671ae877d100b7b71a22a5..511e4d1cdea6bf3a51bd7ae1ac98726b8a52b39d 100644 (file)
@@ -186,6 +186,8 @@ if File.exist?("/etc/default/grub")
   end
 end
 
+package "initramfs-tools"
+
 execute "update-initramfs" do
   action :nothing
   command "update-initramfs -u -k all"