base: revert oneshot_async service types, fix local fork deps, migrate remote to RedBear-OS
- Revert initfs/rootfs service types from oneshot_async to blocking Scheme/Notify/Oneshot to fix init ordering races. - Add /scheme/pci retry loop in pcid-spawner. - Bump redox_event to 0.4.8; use local paths for redox-ioctl and redox-rt. - Regenerate Cargo.lock / bootstrap/Cargo.lock with only local forks. - Update submodule origin from redbear-os-base.git to RedBear-OS.git branch submodule/base per single-repo policy.
This commit is contained in:
@@ -3,4 +3,4 @@ description = "VT input and graphics multiplexer"
|
||||
|
||||
[service]
|
||||
cmd = "inputd"
|
||||
type = "oneshot_async"
|
||||
type = { scheme = "input" }
|
||||
|
||||
@@ -4,4 +4,4 @@ description = "Live disk"
|
||||
|
||||
[service]
|
||||
cmd = "lived"
|
||||
type = "oneshot_async"
|
||||
type = "notify"
|
||||
|
||||
@@ -4,4 +4,4 @@ requires_weak = ["10_inputd.service", "20_vesad.service"]
|
||||
|
||||
[service]
|
||||
cmd = "fbbootlogd"
|
||||
type = "oneshot_async"
|
||||
type = { scheme = "fbbootlog" }
|
||||
|
||||
@@ -5,4 +5,4 @@ requires_weak = ["10_inputd.service", "20_vesad.service"]
|
||||
[service]
|
||||
cmd = "fbcond"
|
||||
args = ["2"]
|
||||
type = "oneshot_async"
|
||||
type = { scheme = "fbcon" }
|
||||
|
||||
@@ -10,4 +10,4 @@ inherit_envs = [
|
||||
"FRAMEBUFFER_HEIGHT",
|
||||
"FRAMEBUFFER_STRIDE",
|
||||
]
|
||||
type = "oneshot_async"
|
||||
type = "notify"
|
||||
|
||||
@@ -6,4 +6,4 @@ condition_board = ["raspi3bp"]
|
||||
|
||||
[service]
|
||||
cmd = "bcm2835-sdhcid"
|
||||
type = "oneshot_async"
|
||||
type = "notify"
|
||||
|
||||
@@ -5,4 +5,4 @@ requires_weak = ["10_inputd.service", "10_lived.service", "20_graphics.target"]
|
||||
[service]
|
||||
cmd = "hwd"
|
||||
inherit_envs = ["RSDP_ADDR", "RSDP_SIZE"]
|
||||
type = "oneshot_async"
|
||||
type = "notify"
|
||||
|
||||
@@ -5,4 +5,4 @@ condition_architecture = ["x86", "x86_64"]
|
||||
|
||||
[service]
|
||||
cmd = "ps2d"
|
||||
type = "oneshot_async"
|
||||
type = "notify"
|
||||
|
||||
Reference in New Issue
Block a user