Skip to content

Commit

Permalink
cpu_mitigations
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 27, 2023
1 parent bacc640 commit 993717b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bootloader/systemdboot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require "fileutils"
require "yast"
require "bootloader/sysconfig"
require "bootloader/cpu_mitigations"

Yast.import "Report"
Yast.import "Arch"
Expand Down Expand Up @@ -29,7 +30,7 @@ def initialize
end

def cpu_mitigations
return false # manual set
return Bootloader::CpuMitigation.new(nil)
end

def cpu_mitigations=(value)
Expand Down

0 comments on commit 993717b

Please sign in to comment.