]> git.openstreetmap.org Git - chef.git/commitdiff
hardware: Add initramfs-tools dependency
authorGrant Slater <github@firefishy.com>
Sun, 4 Dec 2022 23:59:43 +0000 (23:59 +0000)
committerGrant Slater <github@firefishy.com>
Sun, 4 Dec 2022 23:59:43 +0000 (23:59 +0000)
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"