class Inspec::Resources::GrubConfig
def initialize(path = nil, kernel = nil)
def initialize(path = nil, kernel = nil) config_for_platform(path) @content = read_file(@conf_path) @kernel = kernel || "default" rescue UnknownGrubConfig skip_resource "The `grub_conf` resource is not yet supported on the target OS #{inspec.os[:name]}." end