16 lines
390 B
TOML
16 lines
390 B
TOML
# Red Bear OS Mini Live Configuration
|
|
# Minimal boot-test live ISO variant for real bare metal.
|
|
#
|
|
# Build: make live CONFIG_NAME=redbear-live-mini
|
|
# This ISO is for real bare-metal boot/recovery, not VM/QEMU use.
|
|
|
|
include = ["minimal.toml", "redbear-legacy-base.toml"]
|
|
|
|
[general]
|
|
# Keep this image tiny for boot smoke tests only.
|
|
filesystem_size = 256
|
|
|
|
[packages]
|
|
mc = {}
|
|
redbear-info = {}
|