From 9a679251b04701c28e2577f7d4173ebfd90853c0 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:17:34 +0100 Subject: [PATCH] Run pcid-spawner rather than pcid to rescan pci devices --- config/base.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.toml b/config/base.toml index 6d4e8bb17..8503c675f 100644 --- a/config/base.toml +++ b/config/base.toml @@ -35,7 +35,7 @@ escalated [[files]] path = "/usr/lib/init.d/00_drivers" data = """ -pcid /etc/pcid.d/ +pcid-spawner /etc/pcid.d/ """ [[files]]