7a17737859
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
354 B
TOML
12 lines
354 B
TOML
# Red Bear OS shared GRUB policy fragment
|
|
# Use with any redbear-* profile to make GRUB first-class in installer flows.
|
|
|
|
[general]
|
|
bootloader = "grub"
|
|
# Keep ESP large enough for GRUB EFI image + Red Bear bootloader + future growth.
|
|
efi_partition_size = 16
|
|
|
|
[packages]
|
|
# Ensure GRUB artifacts are present for installer-native chainload layout.
|
|
grub = {}
|