7a17737859
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
11 lines
423 B
TOML
11 lines
423 B
TOML
# Red Bear OS Full Configuration with GRUB Boot Manager
|
|
# Desktop + RBOS branding + GRUB chainload
|
|
#
|
|
# Build: make all CONFIG_NAME=redbear-full-grub
|
|
#
|
|
# This config adds GRUB as boot manager (Phase 2 installer-native).
|
|
# GRUB presents a menu and chainloads the Redox bootloader.
|
|
# Requires: efi_partition_size >= 8 (16 recommended for GRUB + Redox bootloader + margin)
|
|
|
|
include = ["redbear-full.toml", "redbear-grub.toml"]
|