Files
RedBear-OS/config/redbear-minimal.toml
T
vasilito e584c7a447 Add Midnight Commander (mc) port and include in all configs
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>
2026-04-12 20:18:11 +01:00

24 lines
393 B
TOML

# Red Bear OS Minimal Configuration
# Console/Server variant with bare-metal driver support but no GUI
#
# Build: make all CONFIG_NAME=redbear-minimal
include = ["minimal.toml"]
[general]
filesystem_size = 512
[packages]
# Red Bear OS branding
redbear-release = {}
# Terminal file manager
mc = {}
# Firmware loading
firmware-loader = {}
# Input event handling
evdevd = {}
udev-shim = {}