e584c7a447
Add mc recipe (v4.8.30) with Redox-specific patch disabling PTY, resolver, subshell, and SFTP/FTP VFS. Build with ncurses against glib. Symlink into recipes/tui/. Add mc package to redbear-desktop, redbear-full, and redbear-minimal configs. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
39 lines
978 B
TOML
39 lines
978 B
TOML
# Red Bear OS Full Configuration
|
|
# Complete desktop + RBOS branding + ext4 + input drivers
|
|
# Note: GPU drivers (redox-driver-sys, linux-kpi, redox-drm, amdgpu)
|
|
# are not included because they need custom build templates.
|
|
# Build them separately with: ./local/scripts/build-amd.sh
|
|
#
|
|
# Build: make all CONFIG_NAME=redbear-full
|
|
# Live: make live CONFIG_NAME=redbear-full
|
|
|
|
include = ["desktop.toml"]
|
|
|
|
[general]
|
|
# 2GB filesystem — plenty for full desktop + headroom
|
|
filesystem_size = 2048
|
|
|
|
[packages]
|
|
# Red Bear OS branding (os-release, hostname, motd)
|
|
redbear-release = {}
|
|
|
|
# Terminal file manager (Midnight Commander port)
|
|
mc = {}
|
|
|
|
# ext4 filesystem support (our custom port)
|
|
ext4d = {}
|
|
|
|
# Firmware loading
|
|
firmware-loader = {}
|
|
|
|
# Input layer
|
|
evdevd = {}
|
|
udev-shim = {}
|
|
|
|
# RBOS meta-package (dependencies, default config)
|
|
redbear-meta = {}
|
|
|
|
# Workaround: bash fails to cross-compile (upstream mkbuiltins.c issue)
|
|
# ion (from minimal) is the default shell anyway
|
|
bash = "ignore"
|