Refine Red Bear profile configs

Red Bear OS Team
This commit is contained in:
2026-04-16 12:46:07 +01:00
parent 0ffaee5c8f
commit 225f7882f9
8 changed files with 245 additions and 11 deletions
+17 -2
View File
@@ -1,9 +1,9 @@
# Red Bear OS shared device-service wiring
#
# Shared by profiles that ship the firmware/input compatibility stack.
# Shared by profiles that ship the firmware/input/Wi-Fi control compatibility stack.
[[files]]
path = "/usr/firmware"
path = "/lib/firmware"
data = ""
directory = true
mode = 0o755
@@ -36,6 +36,21 @@ cmd = "udev-shim"
type = { scheme = "udev" }
"""
[[files]]
path = "/usr/lib/init.d/11_wifictl.service"
data = """
[unit]
description = "Wi-Fi control daemon"
requires_weak = [
"00_pcid-spawner.service",
"05_firmware-loader.service",
]
[service]
cmd = "redbear-wifictl"
type = { scheme = "wifictl" }
"""
[[files]]
path = "/usr/lib/init.d/10_evdevd.service"
data = """