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
+20 -2
View File
@@ -24,8 +24,10 @@ redbear-release = {}
# ext4 filesystem support
ext4d = {}
# Firmware loading
# Firmware loading + Wi-Fi control plane
redbear-firmware = {}
firmware-loader = {}
redbear-wifictl = {}
# Input layer
evdevd = {}
@@ -38,6 +40,7 @@ dbus = {}
redbear-info = {}
redbear-hwutils = {}
redbear-netctl = {}
redbear-netctl-console = {}
redbear-netstat = {}
redbear-traceroute = {}
redbear-mtr = {}
@@ -95,7 +98,7 @@ libdrm = {}
# Firmware directory for AMD/Intel GPU blobs
[[files]]
path = "/usr/firmware/amdgpu"
path = "/lib/firmware/amdgpu"
data = ""
directory = true
mode = 0o755
@@ -188,6 +191,21 @@ args = ["2"]
type = "oneshot_async"
"""
[[files]]
path = "/usr/lib/init.d/29_activate_console.service"
data = """
[unit]
description = "Activate Orbital VT"
requires_weak = [
"20_orbital.service",
]
[service]
cmd = "inputd"
args = ["-A", "3"]
type = "oneshot"
"""
[[files]]
path = "/usr/lib/init.d/31_debug_console.service"
data = """