90168fb789
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
19 lines
475 B
TOML
19 lines
475 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]
|
|
# Keep the live installer image reasonably sized
|
|
filesystem_size = 3072
|
|
|
|
[packages]
|
|
# Keep the live installer image compact for now.
|
|
redbear-firmware = "ignore"
|
|
|
|
# Keep these explicit for the live profile even though cub is inherited via redbear-desktop.
|
|
cub = {}
|
|
redbear-meta = {}
|