3a0349f0d9
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
27 lines
618 B
TOML
27 lines
618 B
TOML
# Red Bear OS Desktop Configuration
|
|
# Mainline Redox desktop + Red Bear branding + ext4 filesystem support
|
|
#
|
|
# Build: make all CONFIG_NAME=redbear-desktop
|
|
# Live: make live CONFIG_NAME=redbear-desktop
|
|
|
|
include = ["desktop.toml", "redbear-netctl.toml"]
|
|
|
|
[general]
|
|
filesystem_size = 10240
|
|
|
|
[packages]
|
|
# Red Bear OS branding (os-release, hostname, motd)
|
|
redbear-release = {}
|
|
|
|
# Native Redox PCI/USB listing tools (lspci, lsusb)
|
|
redbear-hwutils = {}
|
|
|
|
# Redox-native netctl compatibility command
|
|
redbear-netctl = {}
|
|
|
|
# Terminal file manager (Midnight Commander port)
|
|
mc = {}
|
|
|
|
# Package builder (cub -S/-B/-G CLI)
|
|
cub = {}
|