From ea67dd88c96c504c13d75a27bd79f0dfd062b195 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Sat, 15 Jun 2024 15:25:20 -0400 Subject: [PATCH] hddtemp was removed from Ubuntu 22.04 and Debian 12 due to lack of maintenance --- cookbooks/boxcutter_init/recipes/default.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbooks/boxcutter_init/recipes/default.rb b/cookbooks/boxcutter_init/recipes/default.rb index 84fe0a5..242dfc9 100644 --- a/cookbooks/boxcutter_init/recipes/default.rb +++ b/cookbooks/boxcutter_init/recipes/default.rb @@ -93,7 +93,9 @@ include_recipe 'fb_hdparm' include_recipe 'fb_sdparm' include_recipe 'fb_nscd' - include_recipe 'fb_hddtemp' + # hddtemp was removed from ubuntu 22.04 and Debian 12 due to lack of + # maintenance + # include_recipe 'fb_hddtemp' end include_recipe 'fb_postfix' # HERE: nfs