X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e1ad00080678ac821ed3871686413080cb0ca27d..726a1089aec32eb4a8f2965093636dc8614e0cda:/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"