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>
18 lines
409 B
TOML
18 lines
409 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"]
|
|
|
|
[general]
|
|
filesystem_size = 10240
|
|
|
|
[packages]
|
|
# Red Bear OS branding (os-release, hostname, motd)
|
|
redbear-release = {}
|
|
|
|
# Terminal file manager (Midnight Commander port)
|
|
mc = {}
|