Split shared GRUB policy into a common fragment

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-21 16:15:16 +01:00
parent 95405baf2e
commit 7a17737859
2 changed files with 12 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
# 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 = {}