e653ef10d6
- 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.
14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
[unit]
|
|
description = "Bootloader framebuffer handler"
|
|
requires_weak = ["10_inputd.service"]
|
|
|
|
[service]
|
|
cmd = "vesad"
|
|
inherit_envs = [
|
|
"FRAMEBUFFER_ADDR",
|
|
"FRAMEBUFFER_WIDTH",
|
|
"FRAMEBUFFER_HEIGHT",
|
|
"FRAMEBUFFER_STRIDE",
|
|
]
|
|
type = "notify"
|