From dd57164e97204754ad3ab2ac223368a11f841593 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Fri, 17 Apr 2026 21:37:23 +0100 Subject: [PATCH] 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 --- local/scripts/apply-patches.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local/scripts/apply-patches.sh b/local/scripts/apply-patches.sh index 18970e0b..4de7069d 100755 --- a/local/scripts/apply-patches.sh +++ b/local/scripts/apply-patches.sh @@ -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