Files
RedBear-OS/config/redbear-desktop.toml
T

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 = {}