ca32adf6ba
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
384 B
TOML
16 lines
384 B
TOML
# Red Bear OS Live Configuration
|
|
# Live ISO variant — follows the tracked KDE desktop target
|
|
#
|
|
# Build: make live CONFIG_NAME=redbear-live
|
|
|
|
include = ["redbear-kde.toml"]
|
|
|
|
[general]
|
|
# Keep the live installer image reasonably sized
|
|
filesystem_size = 3072
|
|
|
|
[packages]
|
|
# Keep these explicit for the live profile even though cub is inherited via redbear-kde.
|
|
cub = {}
|
|
redbear-meta = {}
|