Files
RedBear-OS/recipes/core/base/init.initfs.d/40_pcid-spawner-initfs.service
T
vasilito 24584eb3c6 fix: remove garbled lines in AMD hotplug IRQ handler
Lines 649-651 had VramManager and info!() calls that don't belong
in handle_irq(). These were likely from a bad merge. The variables
fb_phys and fb_size are local to new() and don't exist in handle_irq().
2026-05-31 23:12:56 +03:00

9 lines
196 B
Desktop File

[unit]
description = "Driver manager (initfs)"
requires_weak = ["10_inputd.service", "20_graphics.target", "40_hwd.service"]
[service]
cmd = "driver-manager"
args = ["--initfs"]
type = "oneshot"