41556c5c4e
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
400 B
TOML
16 lines
400 B
TOML
# Red Bear OS Live Configuration
|
|
# Live ISO variant — boots into Red Bear OS Desktop from USB/DVD
|
|
#
|
|
# Build: make live CONFIG_NAME=redbear-live
|
|
|
|
include = ["redbear-desktop.toml"]
|
|
|
|
[general]
|
|
# Larger filesystem for live image with more tools
|
|
filesystem_size = 12288
|
|
|
|
[packages]
|
|
# Keep these explicit for the live profile even though cub is inherited via redbear-desktop.
|
|
cub = {}
|
|
redbear-meta = {}
|