Files
RedBear-OS/config/redbear-live-full-grub.toml
T
vasilito f7ffafa0c4 Clarify build targets, add GRUB live configs, clean up docs
Consolidate compile target naming (redbear-live, redbear-grub-live-full,
etc.), add config/redbear-grub-live-full.toml, make redbear-live-full-grub
a legacy alias, update build-iso.sh to support all GRUB live targets, and
sync AGENTS.md/README.md build command documentation.
2026-04-25 00:39:15 +01:00

8 lines
304 B
TOML

# Red Bear OS Live Full Configuration with GRUB Boot Manager
# Legacy compatibility alias for the canonical GRUB full live target.
#
# Preferred build: make live CONFIG_NAME=redbear-grub-live-full
# Legacy build: make live CONFIG_NAME=redbear-live-full-grub
include = ["redbear-grub-live-full.toml"]