Add redbear-full-grub config with GRUB boot manager

Includes bootloader = "grub" and efi_partition_size = 16. Builds GRUB
as primary boot manager that chainloads the Redox bootloader.
This commit is contained in:
2026-04-17 21:23:48 +01:00
parent 4a4a3e863d
commit e4b0fb8798
+14
View File
@@ -0,0 +1,14 @@
# 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"]
[general]
bootloader = "grub"
efi_partition_size = 16