Files
RedBear-OS/config/redbear-live.toml
T

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 = {}