X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2292e576096b80fead4e88d0c83f072f9e7c5f60..dc978c5b27a3d73ec954182275ac106068b2ae50:/cookbooks/hardware/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index a62288f22..511e4d1cd 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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"