initfs: wire driver-manager-initfs into the drivers target

40_drivers.target referenced only pcid-spawner-initfs, so the initfs
driver-manager service (staged, gated, with its storage TOML and the
binary already copied into initfs/bin) never entered the boot graph.
The target now lists driver-manager-initfs first and keeps
pcid-spawner-initfs as the gated fallback — the initfs cutover is
complete. Also correct the initfs-storage.toml header comment (the
content is driver-manager format).
This commit is contained in:
Red Bear OS
2026-07-23 20:34:14 +09:00
parent b0e760659c
commit f2fbf7ad83
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Storage drivers for InitFS (pcid-spawner format) ##
## Storage drivers for InitFS (driver-manager format) ##
[[driver]]
name = "ahcid"
+1
View File
@@ -7,6 +7,7 @@ requires_weak = [
"40_ps2d.service",
"40_bcm2835-sdhcid.service",
"40_hwd.service",
"40_driver-manager-initfs.service",
"40_pcid-spawner-initfs.service",
"41_acpid.service",
]