FIX don't strickly check for graphics bus
This commit is contained in:
parent
882ac46259
commit
a5183f4109
|
@ -141,7 +141,8 @@ local validate_filesystem = function(x)
|
|||
end
|
||||
|
||||
local validate_graphics = function(x)
|
||||
M.assert_file_readable('graphics.dev_power', x.dev_power)
|
||||
-- NOTE don't check that the bus exists because some optimus laptops 'turn
|
||||
-- off' by pulling the entire kernel module and making the bus go poof
|
||||
M.validate_plot_ticks_y('graphics.geometry', x.geometry.plot.ticks_y)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue