Refine Red Bear profile configs
Red Bear OS Team
This commit is contained in:
+20
-2
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user