Add GRUB recipe symlinks to apply-patches overlay script

Ensures recipes/core/grub and the WIP conflict redirect are created
by apply-patches.sh, so a fresh sync-upstream + apply-patches cycle
preserves the GRUB integration.

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-17 21:37:23 +01:00
parent 344b7dd7c7
commit dd57164e97
+7
View File
@@ -128,6 +128,13 @@ symlink "../../local/recipes/system/redbear-polkit" "recipes/system/redbear-p
# Core additions
mkdir -p recipes/core
symlink "../../local/recipes/core/ext4d" "recipes/core/ext4d"
symlink "../../local/recipes/core/grub" "recipes/core/grub"
# Resolve WIP conflict: recipes/wip/services/grub also exists,
# so redirect its recipe.toml to our local overlay
if [ -d "recipes/wip/services/grub" ]; then
symlink "../../../../local/recipes/core/grub/recipe.toml" "recipes/wip/services/grub/recipe.toml"
fi
# Wayland additions
mkdir -p recipes/wip/wayland