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>
24 lines
393 B
TOML
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 = {}
|