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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user