X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/35604b8c528919ec730fd8ef5646b60edd65e2ac..d94299b4334d3bec30f7f06c873565cac267c595:/cookbooks/hardware/attributes/default.rb diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index f80e6a528..81416582d 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -1,4 +1,9 @@ -default[:hardware][:modules] = %w(loop lp rtc) +default[:hardware][:modules] = if node[:lsb][:release].to_f >= 16.04 + %w(lp) + else + %w(loop lp rtc) + end + default[:hardware][:grub][:cmdline] = %w(nomodeset) default[:hardware][:sensors] = {}