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

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